Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.28 KB

File metadata and controls

30 lines (24 loc) · 1.28 KB
title Setup DLL API Reference | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
ODBC drivers [ODBC], driver setup DLL
driver setup DLL [ODBC]
ms.assetid f9d03f17-1c0d-4e7c-9c04-8c316e07ef25
author David-Engel
ms.author v-daenge

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.