Cancel a long server query?

nboodram

Member²
Hello,

Are there any code examples that show how to cancel a query that the database server is taking a long time to execute (select operation)?

Thanks,
Natalie
 
For a TOracleQuery you can check out the ThreadDemo project. For a TOracleDataSet you can view this demo . The code should be self-explanatory.

------------------
Marco Kalter
Allround Automations
 
Back
Top