Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 953 Bytes

File metadata and controls

22 lines (19 loc) · 953 Bytes
title SQLFreeHandle
description SQLFreeHandle
author markingmyname
ms.author maghan
ms.date 03/03/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
SQLFreeHandle function
apitype DLLExport

SQLFreeHandle

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

In manual-commit mode, calling SQLFreeHandle on a statement handle with an open transaction causes a rollback of pending changes to the database. Calling SQLFreeHandle on a statement handle always closes any open cursors and discards pending results, freeing all resources associated with the statement handle.

See Also

SQLFreeHandle Function
ODBC API Implementation Details