What is IB_SHOWUSERS for?
------------------------

IB_SHOWUSERS is a console mode program that lists all users currently connected to a database.

IB_SHOWUSERS does run on Windows 9x/NT. The program was compiled with Delphi-4 (UP3) and tested on Windws 95 and Windows NT-4 (SP5) with IB5.5.


Usage:
------

C:\> IB_SHOWUSERS -U user -P password path-to-database


Example:
--------

C:\> IB_SHOWUSERS -U SYSDBA -P masterkey myserver:c:\mydir\mydatabase.gdb


Exit Codes:
-----------

0 - only 1 user (the caller of the program) is connected
1 - More than 1 users are connected
2 - Error

These codes can be evaluated with "ON ERRORLEVEL.." is batch programs.


Disclaimer:
-----------
IB_SHOWUSERS is freeware. The sourcecode is available. It comes to you AS-IS.
Use it or do not use it, but if you use is, you do it on your own risk.


Many thanks to Paul Reeves, Zoltan Kurczveil and Bill Meaney for giving
example code and hints!


Author: Karsten Strobel
email : strobel@ait-augsburg.de
Date  : 14-JUL-1999
