Purpose

Determines whether the driver treats bulk load operations as synchronous or asynchronous.

Valid Values

0 | 1

Behavior

If set to 0, bulk load operations are synchronous. The driver does not return from the method that invoked an operation until the operation has completed or the BulkLoadTimeout period has expired. If the operation times out, the driver throws an exception.

If set to 1, bulk load operations are asynchronous. The driver returns from the method that invoked an operation immediately after the operation is submitted to the server. The driver does not verify that the bulk load operation was completed.

Default

0

Data Type

int

See also

Using DataDirect Bulk Load