Subject Re: Connected Users
Author Adam
--- In firebird-support@yahoogroups.com, "volhoop" <mhoop81@...> wrote:
>
> 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?

It won't be in Firebird 2.0, but you may want to look at the
development roadmap to see where the priorities lay.

http://www.firebirdsql.org/devel/engine/roadmap2006.html

You can of course implement your own user tracking, and you always
have access to the CURRENT_USER environment variable which you can use
to audit events within triggers etc.

Adam