Subject Re: [firebird-support] create user
Author Anderson Farias
Hi Fabio,

> What is the best way to integrate in my programs functionality like:
> Create user, delete user, change password,

As you develop using Delphi, one way is to use a 'service' component like
IBSecurityService from IBX (IBO and FIBPlus have similar components)


> change grants, ... And so on...

You do that by executing simple SQL


Regards,
Anderson