MyDAC

TCustomDADataSet.BreakExec Method

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. Execution is broken by the KILL operator execution on server. It makes sense to call BreakExec only from another thread.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback