Terminate Select

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gia
Posts: 8
Joined: Thu 16 Jun 2011 07:14

Terminate Select

Post by gia » Tue 03 Jan 2012 08:45

Hello.
How can I terminate TOraquery.Open method in my application?

with regards
Gregory Gvatua

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Tue 03 Jan 2012 09:26

Hello

You can stop query execution by the BreakExec method if query is executing in the NonBlocking mode (TOraQuery.NonBlocking=True).

Post Reply