Subject Re: [firebird-support] How to create a new user
Author Helen Borrie
At 01:09 PM 29/09/2003 +0000, you wrote:
>Hi all,
>
>what's the sql statement to create a new user?
>I've browsed the docs but I haven't found anything
>like 'CREATE USER'....

Creating users isn't a database operation, it's a server operation. You
can use GSEC as Martijn suggested, or you can log into security.fdb as
sysdba and insert a record into USERS.

helen