Subject | Re: Get a list of users attached to certain database |
---|---|
Author | Juan Jose Ochoa |
Post date | 2006-03-31T17:45:07Z |
Thanks, it works.
isc_database_info(...,isc_info_user_names,...) is related!
Juan Jose
--- In firebird-support@yahoogroups.com, Pavel Menshchikov
<developer@...> wrote:
isc_database_info(...,isc_info_user_names,...) is related!
Juan Jose
--- In firebird-support@yahoogroups.com, Pavel Menshchikov
<developer@...> wrote:
>DB?
> Hello Stefan,
>
> >> How Can I get from code a list of users attached to a specific
> >> If it helps. I'm using Delphi and FIB+.list
>
> SH> I don't know FIB+. But when you use IbObjects, you can get that
> SH> by:
> SH> - connecting to the database in question
> SH> - reading the IB_Connection.Users TStrings instance
> SH> When IbObjects can do it, others can do that, too.
>
> FIB+ has the similar list (FIBDatabase.UserNames). But it works for
> SuperServer, not for Classic (for Classic the list has the current
> user name only, I guess).
>
>
> --
> Best regards,
> Pavel Menshchikov
> http://www.ls-software.com
>