skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Connection Option Descriptions : Bulk Load Asynchronous
  
Bulk Load Asynchronous
Attribute
BulkLoadAsync (BLA)
Purpose
Determines whether the driver treats bulk load operations as synchronous or asynchronous.
Valid Values
0 | 1
Behavior
If set to 0 (Disabled), bulk load operations are synchronous. The driver does not return from the function that invoked an operation until the operation is complete or the BulkLoadTimeout period has expired. If the operation times out, the driver returns an error.
If set to 1 (Enabled), bulk load operations are asynchronous. The driver returns from the function that invoked an operation after the operation is submitted to the server. The driver does not verify the completion status of the bulk load operation.
Default
0 (Disabled)
GUI Tab
Bulk tab