witch client-pc is connectet with FB 2.1 Server

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

witch client-pc is connectet with FB 2.1 Server

Post by ec2 » Mon 29 Mar 2010 15:26

Is there a posibility to reed out witch client-pc is connectet with the firebird-server 2.1 ?

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Tue 30 Mar 2010 08:04

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