Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 1.34 KB

File metadata and controls

43 lines (40 loc) · 1.34 KB
title SQLTransact Function | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.prod_service drivers
ms.service
ms.component reference
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLTransact
apilocation
sqlsrv32.dll
apitype dllExport
f1_keywords
SQLTransact
helpviewer_keywords
SQLTransact function [ODBC]
ms.assetid 496249e0-8eff-4c60-8358-5543bc3ead9c
caps.latest.revision 13
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

SQLTransact Function

Conformance
Version Introduced: ODBC 1.0 Standards Compliance: Deprecated

Summary
In ODBC 3.x, the ODBC 2*.x* function SQLTransact has been replaced by SQLEndTran. For more information, see SQLEndTran.

Note

The attribute SQL_ASYNC_DBC_FUNCTION_ENABLE, which was introduced in ODBC 3.8, is not supported by SQLTransact. Applications using an asynchronous operation on a connection handle must use SQLEndTran.

See Also

ODBC API Reference
ODBC Header Files