Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.27 KB

File metadata and controls

30 lines (26 loc) · 1.27 KB
title SQLEndTran | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apitype DLLExport
helpviewer_keywords
SQLEndTran function
ms.assetid 95cff841-c2d5-4e1e-a18d-f3d4696a5b85
caps.latest.revision 30
author JennieHubbard
ms.author jhubbard
manager jhubbard

SQLEndTran

[!INCLUDESNAC_Deprecated]

By default, the [!INCLUDEssNoVersion] Native Client ODBC driver closes a statement's associated cursor when SQLEndTran commits or rolls back an operation. Server cursors are closed unless they are static. When SQLEndTran commits or rolls back an operation, the behavior of the statement's associated cursor is determined by the value of the driver-specific ODBC connection attribute SQL_COPT_SS_PRESERVE_CURSORS, set by SQLSetConnectAttr.

See Also

ODBC API Implementation Details
SQLEndTran Function