Subject Re: [firebird-support] GRANT ALL ON all?
Author Michael Weissenbacher
Hi,
> I want to make my database open to all users of the server. User
> access rights will be addressed in the application. Is there something
> I can do to
> a) give all users all access rights
> b) avoid to have to call GRANT ALL ON <object> TO PUBLIC
> for every database object (and probably forget to do it for one of
> them when the schema grows) ?
I had a similar problem recently. Look here:
http://www.fbtalk.net/viewtopic.php?id=128

kind regards,
Michael