Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.14 KB

File metadata and controls

22 lines (19 loc) · 1.14 KB
title Step 5: Commit the Transaction
description Step 5: Commit the Transaction
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic how-to
helpviewer_keywords
application process [ODBC], committing transactions
committing transactions [ODBC]
transaction commit [ODBC]

Step 5: Commit the Transaction

The next step is to commit the transaction, as shown in the following illustration.

Shows how to commit a transaction

The fifth step is to call SQLEndTran to commit or roll back the transaction. The application performs this step only if it set the transaction commit mode to manual-commit; if the transaction commit mode is auto-commit, which is the default, the transaction is automatically committed when the statement is executed. For more information, see Transactions.

To execute a statement in a new transaction, the application returns to step 3. To disconnect from the data source, the application proceeds to step 6.