skip to main content
Connection Property Descriptions : EnableBulkLoad
  

Try DataDirect Drivers Now

EnableBulkLoad

Purpose

Specifies whether the driver can use the Salesforce Bulk API for inserts, updates, and deletes based on the value of BulkLoadThreshold connection property. If the number of affected rows exceeds the value of BulkLoadThreshold property, the driver uses the Salesforce Bulk API to execute the insert, update, or delete operation. Using the Salesforce Bulk API may significantly reduce the number of Web service calls used to execute a statement and, therefore, may improve performance.

Valid Values

1 | 0

Behavior

If set to 1, the driver can use the Salesforce Bulk API for inserts, updates, and deletes based on the value of BulkLoadThreshold connection property. If the number of affected rows exceeds the value of BulkLoadThreshold property, the driver uses the Salesforce Bulk API to execute the insert, update, or delete operation.
If set to 0, the driver does not use the Salesforce Bulk API, and the BulkLoadThreshold property is ignored.

Data Source Method

setEnableBulkLoad

Default

1

Data Type

boolean

See Also

*BulkLoadThreshold
*DataDirect Bulk Load