skip to main content
DataDirect Connect XE Drivers : Salesforce Driver : Connection Properties : EnableBulkLoad
  
EnableBulkLoad
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
See Also
Using DataDirect Bulk Load