Subject Re: [firebird-support] Loggin pc-client name and/or client ip address
Author Werner F. Bruhin
On 16/09/2010 12:40, Ricky wrote:
> Hello,
>
> I'm working with FB 2.1.3 and want to log client pc name and/or client ip-addr which are connected to FB server, using database trigger with on connect and on disconnect events. Is it possible?, I need help on how to obtain those information.
>
> Thank you for all helps and comment
>
You could use "RDB$GET_CONTEXT" see here:
http://www.firebirdsql.org/rlsnotesh/rlsnotes20.html

Werner