Subject | Re: List users in isc4.gdb |
---|---|
Author | rodbracher |
Post date | 2002-09-19T10:52:49Z |
The tIBODatabase.Users stringlist can be used e.g.
Memo.Lines.AddStrings(tIBOdatabase.Users);
Rod
Memo.Lines.AddStrings(tIBOdatabase.Users);
Rod
> Hi there.separate
>
> Is there any method in IBO which can tell me the list of all users
> registered on the server?
>
> I would like to display the user listing so that the SYSDBA can
> login, then view the list and add/edit/delete any user necessary
> (aside from SYSDBA!)
> using the TIB_Connection.AlterUser method
>
> From what I've read, the only way to do this is to create a
> connection to the isc4.gdb database, and query the users table.
>
> But I was wondering if there was a simpler method from within IBO
>
> Any ideas?
>
> Rgds,
> -Ryan