skip to main content
Connection Option Descriptions : Bulk Load Asynchronous
  

Try DataDirect Drivers Now

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

See Also

*Bulk Load Timeout
*Using DataDirect Bulk Load