IBDAC

TIBCLoaderOptions.RowsPerBatch Property

Used to control the number of records that are sent to the server at once.

Class

TIBCLoaderOptions

Syntax

property RowsPerBatch: integer default 50;

Remarks

Use the RowsPerBatch property to specify the number of records that are sent to the server at once when loading data using the TIBCLoader component.

TIBCLoader loads data by executing INSERT statements. For Firebird 2.0 and higher several INSERT statements (depending on the RowsPerBatch property value) are combined in one EXECUTE BLOCK statement to speed up loading.

The default value is 50.

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