title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | helpviewer_keywords | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Bulk Copy Functions |
SQL Server Driver Extensions - Bulk Copy Functions |
markingmyname |
maghan |
03/14/2017 |
sql |
native-client |
reference |
|
[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]
Open Database Connectivity (ODBC) is a Microsoft Win32 application programming interface used by applications to access data in ODBC data sources. The [!INCLUDEssNoVersion] Native Client ODBC driver reference does not document all of the ODBC function calls. Only those functions that have driver-specific parameters or behaviors when used with the [!INCLUDEssNoVersion] Native Client ODBC driver are discussed.
The [!INCLUDEssNoVersion] Native Client ODBC driver complies with the ODBC 3.51 specification. For a comprehensive reference of ODBC 3.51, download the Microsoft Data Access Components SDK from the Data Access and Storage Developer Center, or view the ODBC Programmer's Reference online.
The [!INCLUDEssNoVersion]-specific bulk-copy API extension of the [!INCLUDEssNoVersion] Native Client ODBC driver allows client applications to rapidly add data rows to, or extract data rows from, a [!INCLUDEssNoVersion] table. When using [!INCLUDEssNoVersion] Native Client, you can reference the bulk copy functions (BCP) in SQLNCLI11.LIB and SQLNCLI.H.
An application that uses BCP API function calls should link with the library (.lib) that shipped with the driver (.dll) used by the application. A BCP application should not link with more than one driver library.
SQL Server Driver Extensions
Performing Bulk Copy Operations (ODBC)