Subject | Re: [IBO] Handling unexpected disconnections |
---|---|
Author | tickerboo2002 |
Post date | 2006-12-05T10:23:18Z |
> It's a connection-wide problem. You must disconnect your databaseand deal
> with losing any edits they had in progress. Can't handle this fromjust 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?