Subject RE: [firebird-support] Accessing Server Machine information from within (D)SQL
Author Leyne, Sean
> > My database should recognize by itself if it (the db-file) was moved
> from one server to an other one.
>
> Write UDF.

There is another option, use built-in RDB$GET_CONTEXT( 'SYSTEM', 'CLIENT_ADDRESS') to get the IP address of the server.


Sean