EnableBulkLoad
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies whether the driver can use the bulk load protocol for insert, update, delete, and batch operations. Bulk load can reduce the number of Web service calls used to execute a statement when compared to statements that are executed individually and may improve performance. Whether the driver actually uses bulk load is determined by the BulkLoadThreshold property.
Valid Values
true | false
Behavior
If set to true, the driver can use the bulk load protocol for insert,
update, delete, and batch operations.
If set to false, the driver cannot use the bulk load protocol for insert,
update, delete, and batch operations.
Default
false
Data Type
boolean