Subject | Re: [firebird-support] Multiple users |
---|---|
Author | Milan Babuskov |
Post date | 2004-11-12T12:09:19Z |
jquerol@... wrote:
that with gsec command-line tool (or some GUI tool).
Use GRANT sql statements to grant/revoke "different levels of access" on
various database objects.
There is a special user PUBLIC which means everyone. By default, PUBLIC
doesn't have any access.
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> I have a couple of questions, How can I set different passwords to theCreate multiple users on server, and give them passwords. You can do
> same database? How can I give these different users different levels of
> access?
that with gsec command-line tool (or some GUI tool).
Use GRANT sql statements to grant/revoke "different levels of access" on
various database objects.
There is a special user PUBLIC which means everyone. By default, PUBLIC
doesn't have any access.
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org