Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.17 KB

setup-dll-api-reference.md

File metadata and controls

27 lines (21 loc) · 1.17 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Setup DLL API Reference
Setup DLL API Reference
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
ODBC drivers [ODBC], driver setup DLL
driver setup DLL [ODBC]

Setup DLL API Reference

This section describes the syntax of the driver setup DLL API,which consists of two functions (ConfigDriver and ConfigDSN). ConfigDriver and ConfigDSN can be either in the driver DLL or in a separate setup DLL.

In addition, this section describes the syntax of the translator setup DLL API, which consists of a single function (ConfigTranslator). ConfigTranslator can be either in the translator DLL or in a separate setup DLL.

Each function is labeled with the version of ODBC in which it was introduced.

This section contains the following topics.