Subject Re: [Firebird-Java] FBUserManager
Author Steven Jardine
>Isn't it a part of the database info? I do not see any call in Services API
>for this task, but it is there for isc_database_info call. If you're talking
>about this call, please extend the FirebirdDatabaseMetaData, as it
>represents a connection to a particular database, and not a Firebird
>"service".
>
>
I believe you are right. I was just looking at the ServicesAPI and
there isn't a call for this task. I thought I missed it.

Anyway, Mike, I will do as Roman suggests and extend the
FirebirdDatabaseMetaData. The ServicesAPI only allows for add, update,
delete, view. When I am finished I will send you my test case so you
can see how to retrieve the current connected users.

Steve