Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.15 KB

File metadata and controls

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

SQLEndTran

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

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