Обсуждение: what permissions must a user have?

Поиск
Список
Период
Сортировка

what permissions must a user have?

От
"Belbin, Peter"
Дата:
<p><font size="2">What permissions / rights must a user have in order to be able to use the arbitrary sql statement
toolplease?</font><p><font size="2">I have a user using 1.6.3 that is unable to enter text into the text field, and am
curiouswhich permissions are required.</font><p><font size="2">Regards,</font><br /><font size="2">Peter.</font><br
/><br/><p><b><font size="2">NOTICE: This electronic mail transmission may contain confidential information and is
intendedonly for the person(s) named.  Any use, copying or disclosure by any other person is strictly prohibited. If
youhave received this transmission in error, please notify the sender via e-mail.</font></b><br /><br /> 

Re: what permissions must a user have?

От
Dave Page
Дата:
Belbin, Peter wrote:
> What permissions / rights must a user have in order to be able to use
> the arbitrary sql statement tool please?
> 
> I have a user using 1.6.3 that is unable to enter text into the text
> field, and am curious which permissions are required.

The only permissions required are those to execute the SQL on the
objects in the database - ie. select permission to select from a table
and so on. There are no permissions that would stop you typing in the
SQL though - the checking is done by the server when you execute.

Have you eyeballed the problem yourself? Are you sure they're not trying
to type into the log pane or something?

/D