BulkLoadAsync
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
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