Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2 KB

File metadata and controls

49 lines (34 loc) · 2 KB
title Creating an OLE DB Driver for SQL Server Application | Microsoft Docs
description Creating an OLE DB Driver for SQL Server application
ms.custom
ms.date 06/14/2018
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology connectivity
ms.topic reference
helpviewer_keywords
OLE DB Driver for SQL Server, application creation
applications [OLE DB Driver for SQL Server]
OLE DB, creating applications
author pmasl
ms.author pelopes

Creating an OLE DB Driver for SQL Server Application

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

[!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