Subject TIBODatabase Disconnect
Author jackdmason
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;