Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 588 Bytes

sqlfreeenv-mapping.md

File metadata and controls

27 lines (23 loc) · 588 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
SQLFreeEnv Mapping
SQLFreeEnv Mapping
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
SQLFreeEnv function [ODBC], mapping
mapping deprecated functions [ODBC], SQLFreeEnv

SQLFreeEnv Mapping

When an application calls SQLFreeEnv through an ODBC 3.x driver, the call to

SQLFreeEnv(henv)   

is mapped to

SQLFreeHandle(SQL_HANDLE_ENV,Handle)  

with the Handle argument set to the value in henv.