Which client-pc is connectet with the firebird-server 2.1 ?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ec2
Posts: 21
Joined: Fri 27 Nov 2009 14:14

Which client-pc is connectet with the firebird-server 2.1 ?

Post by ec2 » Mon 29 Mar 2010 16:10

Is there a possibility to read out which client-pc is connectet with the firebird-server 2.1 ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 30 Mar 2010 09:01

You should execute the following query:

select *
from MON$ATTACHMENTS

If you want to get all users that are connected you should connect to Database as SYSDBA.

Post Reply