Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.8 KB

File metadata and controls

43 lines (33 loc) · 1.8 KB
title Creating an OLE DB Driver for SQL Server Application
description Learn about the steps necessary to create an OLE DB Driver for SQL Server application and find other resources.
author David-Engel
ms.author davidengel
ms.date 06/14/2018
ms.service sql
ms.subservice connectivity
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
OLE DB Driver for SQL Server, application creation
applications [OLE DB Driver for SQL Server]
OLE DB, creating applications

Creating an OLE DB Driver for SQL Server Application

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics PDW FabricSQLDB]

[!INCLUDEDriver_OLEDB_Download]

Creating an OLE DB Driver for SQL Server application involves these steps:

  1. Establishing a connection to a data source.
  2. Executing a command.
  3. Processing the results.

Note

When possible, use Windows Authentication. If Windows Authentication is not available, prompt users to enter their credentials at run time. Avoid storing credentials in a file. If you must persist credentials, you should encrypt them with the Win32 cryptoAPI.

In this section

See also

OLE DB Driver for SQL Server Programming