Subject Re: [ib-support] User's
Author Serg Vostrikov
Dear Jorez,

InterBase does not store users in your database. All users are placed
in the special isc4.gdb database for all databases on your server. Thus you
can connect to this database and make a selection from the special system table.
A second way is to use Services API in InterBase 6.0. In FIBPlus you can use
TpFIBSecurityService and in IBX you can use TIBSecurityService. They
are similar.

--
Sincerely yours,
Serg

Devrace - software for developers!
__________________________________
e-mail: sv@...
url : http://www.devrace.com/, http://www.devrace.de/
http://www.fibplus.net/, http://www.athlant.com/

JAN> Please, wow can I get all users from database.
JAN> I'm using Interbase 6

JAN> Thanks.