Subject Re: [firebird-support] Re: Server and application names
Author Helen Borrie
At 11:59 AM 30/03/2006, you wrote:
>Thank you, blescouet.
>What is CURRENT_VARIABLE please?

Looks like a slight typo here. :-)

CURRENT_USER variable. You can also use just USER. Both are context
variables that return a 31-byte string which is the username that is
logged in (or is about to log in).

e.g

if (current_user = 'SRV1_ACCOUNTS') then...

./hb