Subject | Re: [firebird-support] Which SQL statement to know How many user connect to Firebird DB |
---|---|
Author | Daniel Albuschat |
Post date | 2005-06-17T09:53:57Z |
2005/6/16, clarionho <clarionho@...>:
You need to use the Firebird API. More precisely, it's the
isc_database_info function.
Check out the APIGUIDE.PDF file for further information (Page 54).
Bye,
Daniel
--
eat(this); // delicious suicide
> Can anyone told me, Which SQL statement in Firebird, can told me howAs Martijn already made clear, you can't do this via SQL.
> many user connect to the FireBird database.
>
> In IB Expert, there is founction to know which user connect to the
> Firebird datbase and No. of user connect.
You need to use the Firebird API. More precisely, it's the
isc_database_info function.
Check out the APIGUIDE.PDF file for further information (Page 54).
Bye,
Daniel
--
eat(this); // delicious suicide