Subject Re: [firebird-support] CURRENT_DATABASE?
Author Ivan Prenosil
> that's why I need some form of system variable to identify
> who am I.

You can configure Firebird such that only aliases can be used
to connect to database (in which case the real filename should be hidden
from user), and single database can have several aliases.
What value would you expect CURRENT_DATABASE to return then ?

Ivan