Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 3.54 KB

oledb-driver-for-sql-server-programming.md

File metadata and controls

73 lines (46 loc) · 3.54 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
OLE DB Driver for SQL Server Programming
Learn about programming applications using the OLE DB Driver for SQL Server, which implements the OLE DB API to enable applications to connect to the database.
David-Engel
v-davidengel
06/12/2018
sql
connectivity
reference
OLE DB Driver for SQL Server, about OLE DB Driver for SQL Server
OLE DB, OLE DB Driver for SQL Server
data access [OLE DB Driver for SQL Server], OLE DB
MSOLEDBSQL, OLE DB
OLE DB
OLE DB Driver for SQL Server
OLE DB Driver for SQL Server, OLE DB

OLE DB Driver for SQL Server Programming

[!INCLUDE SQL Server]

[!INCLUDEDriver_OLEDB_Download]

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

OLE DB Driver for SQL Server provides OLE DB support to applications connecting to [!INCLUDEssNoVersion].

The OLE DB Driver for SQL Server is an OLE DB version 2.0-compliant provider.

In This Section

See Also

OLE DB Driver for SQL Server