Breaks execution of the SQL statement on the server. 
Class
TCustomDADataSet
 Syntax
procedure BreakExec; virtual;
Remarks
Call the BreakExec method to break execution of the SQL statement on the server. It makes sense to only call BreakExec from another thread.
 
See Also