Subject Lost connections
Author Robert martin
Hi

I am trying to deal with the situation where the IP address of the DB
server machine dies. I am connecting via TCP with the server property
set to the computers name (not the IP address). When I change the IP
(by disabling or enabling the network adapter) I believe the connection
is temporarily lost but recovered after a period of time, is there
something built into IBO doing this?

The reason I ask is that if I try to do something before it reconnects I
have problems, I need to manually disconnect and reconnect to restore
the connection. The .ConnectionWasLost property never seems to be tru
however (so this is not much use).

What is the recommended procedure?

Rob