Components of SQL Native Client
SQL Native Client contains the following components:
| Component | Description | |
|---|---|---|
|
sqlncli.dll |
The dynamic-link library (DLL) file that contains all of the SQL Native Client functionality. This includes the SQL Native Client OLE DB provider and the SQL Native Client ODBC driver. | |
|
sqlnclir.rll |
The accompanying resource file for the SQL Native Client library. | |
|
sqlncli.chm |
The Data Source Wizard help file that documents how to create a SQL Server data source using the SQL Native Client ODBC driver or the SQL Native Client OLE DB provider. | |
|
sqlncli.h |
The SQL Native Client header file that contains all of the new definitions needed in order to use SQL Native Client. This header file replaces both the odbcss.h and the sqloledb.h header files.
| |
|
sqlncli.lib |
The library file needed to directly call the bcp utility functions that are part of the SQL Native Client ODBC driver.
|

Note: