skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Connection Option Descriptions : Enable Bulk Load
  
Enable Bulk Load
Attribute
EnableBulkLoad (EBL)
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 (BLTH) connection option.
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
GUI Tab
Bulk tab