Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 3.73 KB

building-applications-with-oledb-driver-for-sql-server.md

File metadata and controls

54 lines (40 loc) · 3.73 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Building applications with OLE DB Driver for SQL Server
Learn about common issues when building applications with OLE DB Driver for SQL Server and what to expect when upgrading from an older OLE DB driver.
David-Engel
v-davidengel
mikeray
02/12/2019
sql
connectivity
reference
data access [OLE DB Driver for SQL Server], building applications
MSOLEDBSQL, building applications
applications [OLE DB Driver for SQL Server]
OLE DB Driver for SQL Server, building applications

Building applications with OLE DB Driver for SQL Server

[!INCLUDE SQL Server]

[!INCLUDEDriver_OLEDB_Download]

When developing an application that uses the OLE DB Driver for SQL Server library, there are a number of issues that come into play. The topics in this section discuss many of these issues including upgrading from MDAC to OLE DB Driver for SQL Server, using the OLE DB Driver for SQL Server header and library files, and an overview of the various connection strings that can be used with OLE DB Driver for SQL Server.

In this section

Installing OLE DB Driver for SQL Server
Discusses how OLE DB Driver for SQL Server is installed, the locations that various components are installed to, and how to uninstall OLE DB Driver for SQL Server.

Components of OLE DB Driver for SQL Server
Discusses the components that make up OLE DB Driver for SQL Server including library, resource, help, and header files.

Using connection string keywords with OLE DB Driver for SQL Server
Discusses the various types of connection strings that can be used when connecting to a database through OLE DB Driver for SQL Server.

Using the OLE DB Driver for SQL Server header and library files
Discusses how to use the OLE DB Driver for SQL Server header and library files within an application.

Updating an application to OLE DB Driver for SQL Server from MDAC
Discusses the differences between OLE DB Driver for SQL Server and MDAC and issues that should be considered when upgrading from MDAC to OLE DB Driver for SQL Server.

Updating an application from SQL Server 2005 Native Client
Discusses issues that should be considered when upgrading from [!INCLUDEssVersion2005] Native Client to OLE DB Driver for SQL Server.

Using ADO with OLE DB Driver for SQL Server
Discusses how ADO can use OLE DB Driver for SQL Server to access and use [!INCLUDEssNoVersion] functionality.

Support policies for OLE DB Driver for SQL Server
Discusses how various data-access components can be used with different versions of OLE DB Driver for SQL Server.

See Also

OLE DB Driver for SQL Server
OLE DB how-to topics