Breaks execution of an SQL satatement on the server.
Class
TCustomDASQL
Syntax
procedure BreakExec;
Remarks
Call the BreakExec method to break execution of an SQL statement on the server. It makes sense to call BreakExec only from another thread. Useful when NonBlocking is True.
See Also