Subject Re: [IBO] Handling unexpected disconnections
Author tickerboo2002
> It's a connection-wide problem. You must disconnect your database
and deal
> with losing any edits they had in progress. Can't handle this from
just a
> single query.

Thanks, Ideally, I'd want to handle it just on the connection
component. Am I correct in thinking that if a query attempts to run,
I can catch any disconnection using events on the TIB_Connection
component?