Subject Re: [IBO] Get all users connected to a database
Author Helen Borrie
At 03:01 AM 19/07/2004 +0000, you wrote:
>Hi,
>
> I need get all users connected to a database. This feature is
>present in "TIBDatabaseInfo" component property "UserNames" from
>Interbase package.
>
> Exists this same feature in IBObjects?

IB_Connection.Users (a TStrings)
(also TIBODatabase.Users and TIB_Database.Users)

-- works properly in Firebird
-- in IB, from a local client, reports all users logged in; from a remote
client, only reports user(s) logged in from that machine

Helen