Subject Re: FBUserManager
Author mirom_2005
There are two views that are needed:
1. a view to all registered users of the server to admin permissions
for tables, procedures and so on for my database connection
2. a view to all connected users for statistics to my database connection


--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> Steven,
>
> > This version of FBUserManager only provides add, update, delete, view
> > current users. I actually forgot about listing connected users and it
> > definetely should be available
>
> 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".
>
> If you mean something different, please share your ideas.
>
> Roman