Subject Re: [IBO] Re: List users in isc4.gdb
Author Helen Borrie
At 10:52 AM 19-09-02 +0000, you wrote:
>The tIBODatabase.Users stringlist can be used e.g.
>Memo.Lines.AddStrings(tIBOdatabase.Users);

This only gets you the users who are connected to the database. I think
Ryan was after a list of the users registered to the server.

Helen