Diman
Admin
 Admin
| Posts: 1461 |  | Karma: 18 |
|
Re:Interrupt SQL Query excecution in Oracle
|
|
Posted: 2008/03/27 23:57 |
|
|
|
|
Hello
To give to an end-user ability to cancel long running queries, do following: - set TADQuery.ResourceOptions.AsyncCmdMode = amCancelDialog - drop TADGUIxFormsAsyncExecuteDialog to your form
Run application, run query. After some timeout AnyDAC will show dialog allowing to cancel query execution.
Regards, Dmitry
|
|