Subject | Re: how to create user |
---|---|
Author | Adam |
Post date | 2006-07-18T04:35:48Z |
> How I can create new user for accessing data base. I commonly useUsers are users of the server, not a given database. You can create a
> SYSDBA for accessing my database.
>
new user using the Services API through whatever language you normally
use, or you can use the command line tool gsec that ships with
Firebird (a good place to start).
http://www.firebirdsql.org/manual/fbutils-gsec.html
You user will need to be granted access to roles, and those roles will
need to be granted specific rights to the tables, views, procedures,
etc within your database.
Adam