Subject | Re: [firebird-support] Re: How can I get a list of firebird db users? |
---|---|
Author | Milan Babuskov |
Post date | 2012-01-16T08:57:18Z |
Trond wrote:
accounts on the server.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> If you use Firebird version >= 2.1 you can use something like this:Those are only connected users. He wants to get a list of all user
>
> SELECT ma.MON$USER, ma.MON$REMOTE_ADDRESS,ma.MON$TIMESTAMP,
> ma.MON$REMOTE_PROCESS,
> ma.mon$attachment_id, ma.mon$attachment_name, ma.mon$role,
> ma.mon$state,
> ma.mon$stat_id, ma.mon$server_pid,ma.mon$remote_pid
> FROM MON$ATTACHMENTS MA
> WHERE ma.MON$ATTACHMENT_ID <> CURRENT_CONNECTION
accounts on the server.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================