Subject Re: [IBO] TIBODatabase Disconnect
Author Jason Wharton
> We have started running a couple of computers on a wireless network and
> are getting database disconnects where the error message indicates the
> remote database has forcibly disconnected.
>
> Are we safe in catching the disconnect event, and doing the following?
>
> CustDB.Close;
> CustDB.Open;

Not inside the actual error event itself. The exception needs to be raised
and handled prior to attempting to reopen the connection.

Jason Wharton