Subject Graceful Recovery From DB Data Read Error
Author Bill Morrison
Greetings,

I have run into the situation where during access to a remote DB
through a RAS dialup, the physical connection occasionally fails. This
generates the 335544721 error, which I can trap in the OnError event of a
TIB_Connection and Transaction.

However, the TIB_Connection still believes itself to be connected,
and an attempt to .Disconnect it will respawn the error.

What is the proper way to handle this situation?


Thanks in advance,



Bill Morrison