Subject Re: [IBO] Is it possible to create, list and delete users via IBO?
Author Lucas Franzen
"mircostange " schrieb:
>
> I need to display a list of users available on the database server
> and to create/delete them from my program. Is this possible from
> IBO? I browsed the code and found some message like
> "isc_add_user() not implemented"
> leading me to the conclusion that this is not possible.

I don't know about listing existing users (you can list connected users
by reading the Users-Stringlist of the TIB_Connection.)

But you can add, edit and remove users from the isc4.gdb by using the
AlterUser-function of the IB_Connection.

Luc.