Subject Re: [firebird-support] Re: api and grant problems
Author Dimitry Sibiryakov
On 20 Feb 2005 at 14:00, Nicholas Cain wrote:

>SQL> create role full_access;
>SQL> grant all on cm_data to full_access;

grant all on cm_data to ROLE full_access;

By default rights are granted to user (and its existence isn't
checked).
--
SY, Dimitry Sibiryakov.