Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 1.05 KB

calling-sqlclosecursor.md

File metadata and controls

18 lines (18 loc) · 1.05 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Calling SQLCloseCursor
Calling SQLCloseCursor
David-Engel
davidengel
01/19/2017
sql
connectivity
conceptual
application upgrades [ODBC], SQLCloseCursor
backward compatibility [ODBC], SqlCloseCursor
SQLCloseCursor function [ODBC], calling
upgrading applications [ODBC], SQLCloseCursor
compatibility [ODBC], SQLCloseCursor

Calling SQLCloseCursor

Because SQLCloseCursor is almost the same as SQLFreeStmt with SQL_CLOSE, the Driver Manager does not map this function. Replacement functions are mapped so that existing ODBC 2.x applications can easily move to ODBC 3.x by using the new functions. Such a move makes it easier for such applications to begin using new ODBC 3.x functionality inside of conditional code in a modular fashion. SQLCloseCursor does not represent any new functionality. An application does not gain any advantage by moving to SQLCloseCursor from SQLFreeStmt with SQL_CLOSE.