Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 646 Bytes

sqlfreestmt-mapping.md

File metadata and controls

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

SQLFreeStmt Mapping

When an application calls SQLFreeStmt with an Option argument of SQL_DROP through an ODBC 3.x driver, the call to

SQLFreeStmt(hstmt, SQL_DROP)   

is mapped to

SQLFreeHandle(SQL_HANDLE_STMT,Handle)  

with the Handle argument set to the value in hstmt.