Subject | RE: [firebird-support] Aborting isc_dsql_execute calls from another thread (Win32) |
---|---|
Author | Alan McDonald |
Post date | 2006-03-22T21:13:30Z |
> If I am executing a select query via isc_dsql_execute in a backgroundhow are you fetching the rows? you can fetch in a loop and interrupt the
> thread under Windows, what is the best way to abort the execution if
> the user cancels the operation in a foreground thread? Can I issue a
> rollback on the transaction? Do I just orphan the execution thread
> until it completes? Or is there some other mechanism?
>
> TIA,
> ________________________________________________________
> Richard Wesley Software Engineer
loop, then rollback the transaction.
Alan