Subject | Re: I can't get roles to work... |
---|---|
Author | bookie05dad |
Post date | 2007-05-22T04:11:14Z |
Actually there are exactly two things in the database: the test_table
and the tooluser role. I even dropped and rebuilt the database and
reinstalled the security database -- still no luck...
Mike...
and the tooluser role. I even dropped and rebuilt the database and
reinstalled the security database -- still no luck...
Mike...
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@...> wrote:
> > >
> > > grant ROLE tooluser to BOBJOHN
>
> I never use this syntax!
>
> CREATE ROLE ROLENAME;
> GRANT ALL ON TABLENAME TO ROLENAME;
> GRANT ROLENAME TO USERNAME;
>
> if this is not doing as you ssupect, then I suspectc you already have
> another object in your schema with a rolename or username.
> Alan