IBDAC

TCustomDASQL.Execute Method

Used to perform Batch operations .

Class

TCustomDASQL

Syntax

procedure Execute(Iters: integer; Offset: integer = 0); overload; virtual;

Parameters
Iters
Specifies the number of inserted rows.
Offset
Points the array element, which the Batch operation starts from. 0 by default.

Remarks

The Execute method executes the specified batch SQL query. See the Batch operations article for samples.

See Also

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