Subject | RE: [IBO] Handling unexpected disconnections |
---|---|
Author | Jason Wharton |
Post date | 2006-12-05T17:24:44Z |
> > It's a connection-wide problem. You must disconnectYes, that is correct.
> > 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?
Jason Wharton