RequestReconnect method |
Applies to
TIB_Connection
Declaration
Procedure RequestReconnect;
Description
This method sets a flag that will cause the connection to do a quick
reconnect and disconnect upon disconnecting from the database.
This is used primarily to avoid a bug in the event alerter mechanisms. I put a
call to this method in the AfterRegister event of the IB_Events component
when I use events in order to prevent the system from freezing when closing the
application.