Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.31 KB

File metadata and controls

27 lines (23 loc) · 1.31 KB
title SQLCloseCursor | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
apitype DLLExport
helpviewer_keywords
SQLCloseCursor function
ms.assetid e7134d65-5c1c-4ae2-b119-d9b4b9a42483
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

SQLCloseCursor

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

SQLCloseCursor replaces SQLFreeStmt with an Option value of SQL_CLOSE. On receipt of SQLCloseCursor, the [!INCLUDEssNoVersion] Native Client ODBC driver discards pending result set rows. Note that the statement's column and parameter bindings (if any exist) are left unaltered by SQLCloseCursor.

See Also

SQLCloseCursor
ODBC API Implementation Details