Page 1 of 1

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

Posted: Mon 29 Mar 2010 16:10
by ec2
Is there a possibility to read out which client-pc is connectet with the firebird-server 2.1 ?

Posted: Tue 30 Mar 2010 09:01
by Dimon
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.