Subject | Re: FBUserManager |
---|---|
Author | mirom_2005 |
Post date | 2005-06-27T15:08:03Z |
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:
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,Services API
>
> > 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
> for this task, but it is there for isc_database_info call. If you'retalking
> 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