Subject Re: Auditing & logging of incoming connections
Author Adam
--- In firebird-support@yahoogroups.com, "Myles Wakeham" <myles@...>
wrote:
>
> Is there any standard auditing & logging facilities available in FB
1.5 that
> will show me when a user connects to a server (ie. Date/time, IP
address,
> etc.)?

No. You have CURRENT_USER, CURRENT_CONNECTION and CURRENT_TRANSACTION
context variables that will probably help you with any auditing, but
it has to be deliberate on the application side.

Adam