Subject Re: Insert user into security2.fdb
Author Adam
--- In firebird-support@yahoogroups.com, "kfkong" <kfkong@...> wrote:
>
> Hello, good morning. I am using Power Builder10 and using ODBC
> connection to Firebird. I would like to know how to insert new user
> into security2.fdb, and also edit password and delete user from
> security2.fdb. Thank you very much.
>

You can not connect to security2.fdb. The engine is hard coded to
refuse that. You need to go through the services API to perform user
management.

Adam