Subject | Re: [firebird-support] Re: Server and application names |
---|---|
Author | Helen Borrie |
Post date | 2006-03-30T04:58:02Z |
At 11:59 AM 30/03/2006, you wrote:
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
>Thank you, blescouet.Looks like a slight typo here. :-)
>What is CURRENT_VARIABLE please?
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