Subject Re: [firebird-support] Connected Users
Author Ivan Prenosil
> I'm wanting to be able to programmatically see who is
> attached/connected to a database. I've read a great deal about this on
> the internet, and the general idea is it can not be done now. Is this
> something that is going to be in 2.0 or a laster version of Firebird?

You can get list of connected users by calling
isc_database_info()
function with isc_info_user_names parameter.
It works with all FB versions.
It does not work with Classic, you need Superserver.

Ivan