Subject List users in isc4.gdb
Author Ryan Nilsson-Harding
Hi there.

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 separate
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