Subject Re: [ib-support] users of database
Author Xavier Solé
> how can i find the users of the database ?

Try with this query:

SELECT DISTINCT rdb$user FROM rdb$user_privileges

HTH,

Xavi.