Subject Re: Get a list of users attached to certain database
Author Juan Jose Ochoa
Thanks, it works.

isc_database_info(...,isc_info_user_names,...) is related!

Juan Jose

--- In firebird-support@yahoogroups.com, Pavel Menshchikov
<developer@...> wrote:
>
> Hello Stefan,
>
> >> How Can I get from code a list of users attached to a specific
DB?
> >> If it helps. I'm using Delphi and FIB+.
>
> SH> I don't know FIB+. But when you use IbObjects, you can get that
list
> 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
>