Subject RE: [firebird-support] Re: api and grant problems
Author Alan McDonald
> > This is what you would do to use the role cm_logs:
> > SQL>set auto on;
> > SQL>create role cm_logs;
> > SQL> grant all on cm_logs to full_access;
> > SQL> grant cm_logs to dbUser;
> >
> > After granting the role to the user, the user then logs in using
> both his
> > user name and password and the role. Then your login parameters
> would work.
> >
> > ./heLen
>
> I'm a bit confused that you've called the role cm_logs (that's the
> name of the table - is that deliberate?).

if you look at the SQL above you have created a role cm_logs

Alan