Subject Re: [firebird-support] Database owner
Author Helen Borrie
At 06:35 PM 6/06/2009, you wrote:
>OK, but how to do it with a query so I haven't have to analyse isql output from application ?

select rdb$owner_name from rdb$relations
where rdb$relation_name = 'RDB$DATABASE'

./hb