Subject | Re: [IBO] TIBODatabase Disconnect |
---|---|
Author | Jason Wharton |
Post date | 2010-11-04T22:00:08Z |
> We have started running a couple of computers on a wireless network andNot inside the actual error event itself. The exception needs to be raised
> 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;
and handled prior to attempting to reopen the connection.
Jason Wharton