Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.05 KB

sqltransact-function.md

File metadata and controls

30 lines (27 loc) · 1.05 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apilocation apiname apitype
SQLTransact Function
SQLTransact Function
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
SQLTransact
SQLTransact function [ODBC]
sqlsrv32.dll
SQLTransact
dllExport

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