SDAC

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. It makes sense to only call BreakExec from another thread.

Note that calling BreakExec to interrupt dataset opening in the NonBlocking mode may not have any effect if fetching has already begun (this happens when BreakExec executes between two fetch operations).

See Also

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