Subject | Re: [IBDI] Re: Internet |
---|---|
Author | John Culleton |
Post date | 2001-06-05T12:10:28Z |
alex_vnru@... wrote:
to give an error when the table name contains a $ and make the modified
program the means of access for the end user. Do not give end user
access to isql. Apifull allows SQL statements but does not include
features like "SHOW TABLE".
> --- In IBDI@y..., John Culleton <service@w...> wrote:As a further suggestion: modify the example program apifull.c
>
>> AFAIK only the SYSDBA and the table owner can extract the
>> metadata. Read the references to permissions and security in the
>> Interbase docs if you have them.
>>
>
>
> Hi, John. Not so fine. Try to connect to your database as any user
> registered on server (in ISC4.GDB) but having not any rights within
> your database and make
>
> Select * from rdb$relations
>
> or any other select from system tables.
>
> Best regards.
>
to give an error when the table name contains a $ and make the modified
program the means of access for the end user. Do not give end user
access to isql. Apifull allows SQL statements but does not include
features like "SHOW TABLE".