skip to main content
Connection property descriptions : EnableBulkLoad
  

Try DataDirect Drivers Now

EnableBulkLoad

Purpose

Specifies whether the driver uses the native bulk load protocols in the database. Bulk load bypasses the data parsing that is usually done by the database, providing an additional performance gain over batch operations. This property allows existing applications with batch inserts to take advantage of bulk load without requiring changes to the application code.

Valid Values

true | false

Behavior

If set to true, the driver uses the database bulk load protocol when an application executes an INSERT with multiple rows of parameter data. If the protocol cannot be used, the driver returns a warning.
If set to false, the driver uses standard parameter arrays.

Data source method

setEnableBulkLoad

Default

false

Data type

Boolean

See also

*DataDirect Bulk Load
*Bulk load properties
*Performance considerations