Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.22 KB

File metadata and controls

31 lines (29 loc) · 1.22 KB
description SQLInstallTranslator Function
title SQLInstallTranslator Function | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic reference
apiname
SQLInstallTranslator
apilocation
sqlsrv32.dll
apitype dllExport
f1_keywords
SQLInstallTranslator
helpviewer_keywords
SQLInstallTranslator function [ODBC]
ms.assetid 453b21ff-3c2b-4069-8ff7-5c727f062d89
author David-Engel
ms.author v-daenge

SQLInstallTranslator Function

Conformance
Version Introduced: ODBC 2.5, Deprecated

Summary
In ODBC 3.0, SQLInstallTranslator has been replaced by SQLInstallTranslatorEx. Calls to SQLInstallTranslator will be mapped to SQLInstallTranslatorEx. For more information, see SQLInstallTranslatorEx.

SQLInstallTranslator will return FALSE if an application calls it in the ODBC 3.x Driver Manager with the lpszInfFile argument set to a value other than NULL. The Odbc.inf file used in ODBC 2.x is no longer supported in ODBC 3.x, even for backward compatibility.