Users property

Applies to
TIB_Connection

Declaration
Property Users : TStrings;

Description
Property to get the usernames logged on to the current database.

This seems to only provide a listing of users who are logged in to the server from the machine that is making the request. You only get a complete listing if you run the program from the server locally.

I suspect that this is an IB bug and that it will be fixed in a future release.