Page 1 of 1

witch client-pc is connectet with FB 2.1 Server

Posted: Mon 29 Mar 2010 15:26
by ec2
Is there a posibility to reed out witch client-pc is connectet with the firebird-server 2.1 ?

Posted: Tue 30 Mar 2010 08:04
by bork
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.