Subject Newbie: Viewing system users
Author dve83
Hi,
I'm new to Firebird and still constructing backend units for application development. I;m writing code in Delphi using Zeoslib.

I am struggling to find the system relation / table containing existing users (including the system administrative user (SYSDBA)).

The idea is to provide any System Admin (in this case my application together with SYSDBA login details) access via a user interface to maintain database existing users of firebirddb. That is, view existing users and add new users via 'Create User'. Where would I find such users table (RDB$Users) if such exists? Or am I going about this the wrong way?

Kind Regards
dve83