Connection Options: Bulk
|
Description
|
The number of rows that the driver sends to the database at a time during bulk operations. This value applies to all methods of bulk loading.
Default: 1024
|
|
Specifies the bulk load method.
If enabled, the driver uses the database bulk load protocol when an application executes an INSERT with multiple rows of parameter data. If the protocol cannot be used, the driver returns a warning.
If disabled, the driver uses standard parameter arrays.
Default: Disabled
|