Subject Re: [firebird-support] Services API
Author Markus Ostenried
On 12/18/06, kfkong <kfkong@...> wrote:
> Hello, how can i add/edit/delete user and password into security2.fdb
> through service API?

I don't know PowerBuilder. But if you are able to use a C++ class
library then you should try IBPP - it has support for the firebird
service manager:
http://www.ibpp.org/reference/service#methods_user_management

Maybe you are able to build a library (.dll or .so) with IBPP that you
can use with PowerBuilder?

Another problem might be that IBPP has not officially released a
version compatible with firebird 2. So you would need to try their
current version and their preliminary version.

HTH,
Markus