Subject RE: [firebird-support] IP or Machine name from trigger
Author Leyne, Sean
Ross,

> Is it possible to determine IP number or Machine name of client that
is
> making the request? Our application (MRP SYSTEM) has everyone making
> request as default username and password which is stupid but it just
> is. I want to be able to determine who is making a change to the
> database from a trigger, I know how to get the time and understand
what
> fields are being changed but can not determine anyway to tie that to a
> machine or person.

In v2.0 it is possible to get the client IP address using the new
GET_RDB$Context function.


Sean