Subject Get connected users
Author RB Smissaert
Using FB 1.5 and looking for a way to get the users that are connected to a
particular database.

I know that this is a question that comes up often, but I haven't seen a
simple solution yet.

When we were on Interbase I used the free .exe file written by Karsten
Strobel, IB_SHOWUSERS.exe

Run via a .bat file to text:



@ECHO OFF

"C:\IB_SHOWUSERS.exe" -U xxx -P zzz FullDBPath > TextFile

CLS

EXIT



And that works fine, but I don't think it can work with FB.

I need to run this from VB.

Thanks for any advice.



RBS





[Non-text portions of this message have been removed]