Subject Re: [IBO] Detect the name of the Server
Author Aage Johansen
On Mon, 10 May 2004 07:07:10 +0000 (UTC), Arn wrote:

> Please, Someone wants tell me how to detect, at runtime, the name of the
> server?


You have a 'server' property in the TIB_Connection.
Or, you can parse the connection string which - with tcp/ip - is
<servername>:<path> (unless you use a local connection, without any
servername).


--
Aage J.