ODBC Driver for SQL Server

Build 24.0.8970

BatchMode

The Batch Mode of SQL Server bulkInsert.

Possible Values

BCP, STANDARD

Data Type

string

Default Value

"STANDARD"

Remarks

BCP transfers data to SQL Server directly with BulkLoadBCP protocol through the TCP communication between client and server, which only supports INSERT statements. STANDARD uses standard INSERT, UPDATE and DELETE statements for batch operations.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8970