skip to main content
Drivers for 32-Bit and 64-Bit Platforms : The SQL Server Wire Protocol Driver : Connection Option Descriptions for SQL Server Wire Protocol : Enable Bulk Load
 

Try DataDirect Drivers Now
Enable Bulk Load

Attribute

EnableBulkLoad (EBL)

Purpose

Specifies the bulk load method.

Valid Values

0 | 1

Behavior

If set to 1 (Enabled), 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 0 (Disabled), the driver uses standard parameter arrays.

Default

0 (Disabled)

GUI Tab

Bulk tab