Subject RE: [firebird-support] Re: Modify Security.FDB
Author Alan McDonald
> > yes you can and yes they are.
> > There is an UDF available to encrypt the new password if you wish to do
> > this. Otherwise you can use the API to do it.
> > Take a backup of the file first and restore it to a gdb file in
> readiness.
> > If you break the real thing - there's only a reinstall to save you
> unless
> > you can stop the service and replace the file.
> > Alan
>
> How do I use the API to handle the encryption?
>

isc_add_user()
isc_delete_user()

certain components make calls to these functions simpler. dunno what your
env is
Alan