Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 4.84 KB

sql-server-native-client-ole-db.md

File metadata and controls

77 lines (49 loc) · 4.84 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
OLE DB
The SQL Server Native Client OLE DB provider is a COM API for accessing data, used for tools, utilities, or low-level components that need high performance.
markingmyname
maghan
03/17/2017
sql
native-client
reference
SQL Server Native Client OLE DB provider, about SQL Server Native Client OLE DB provider
OLE DB, SQL Server Native Client OLE DB provider
data access [SQL Server Native Client], OLE DB
SQLNCLI, OLE DB
OLE DB
SQL Server Native Client OLE DB provider
SQL Server Native Client, OLE DB

SQL Server Native Client (OLE DB)

[!INCLUDE SQL Server]

Important

[!INCLUDEsnac-removed-oledb-only]

The [!INCLUDEssNoVersion] Native Client OLE DB provider (SQLNCLI) is a low-level COM API that is used for accessing data. The [!INCLUDEssNoVersion] Native Client OLE DB provider is recommended for developing tools, utilities, or low-level components that need high performance. The [!INCLUDEssNoVersion] Native Client OLE DB provider is a native, high performance provider that accesses the [!INCLUDEssNoVersion] Tabular Data Stream (TDS) protocol directly.

[!INCLUDEssNoVersion] Native Client provides OLE DB support to applications connecting to [!INCLUDEssNoVersion].

The [!INCLUDEssNoVersion] Native Client OLE DB provider is an OLE DB version 2.0-compliant provider.

Important

The [!INCLUDEssNoVersion] Native Client OLE DB (SQLNCLI) remains deprecated and it is not recommended to use it for new development work. Instead, use the new Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) which will be updated with the most recent server features.

In This Section

See Also

SQL Server Native Client Programming