Subject | Re: [firebird-support] I am a new member... |
---|---|
Author | Artur Anjos |
Post date | 2003-11-10T23:14:18Z |
Hi Carlos,
one to use at connection time.
Artur
> I just enjoied this group because I am working in an applicationWelcome!
> which uses FireBird.
> 1. How can I know the current user?SELECT CURRENT_USER FROM RDB$DATABASE;
> 2. How can I know the user's roleYou don't. Thsi is the way it works. Users can have many roles. You choose
one to use at connection time.
> 3. How can I know the system date-time?SELECT CURRENT_TIME,CURRENT_DATE FROM RDB$DATABASE;
Artur