Subject Re: [IBO] IBO and IB Users
Author Paul Vinkenoog
Hello Andy,

> Is there anyway in IBO that I can work out how many users are
> attached to a particular database, i.e. if there are five users
> attached the system closes?

TIB_Connection->Users gives you the connected users as a StringList,
but only if you are connected.

So you could connect, then check YourConnection->Users->Count and
disconnect immediately if the limit has been exceeded.


Greetings,
Paul Vinkenoog