--- title: "Transactions in ODBC ODBC | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual helpviewer_keywords: - "transactions [ODBC], about transactions" ms.assetid: 2c8cde03-4bb8-4b35-881b-1ba23da15fbc author: David-Engel ms.author: v-daenge --- # Transactions in ODBC ODBC Transactions in ODBC are completed at the connection level; that is, when an application completes a transaction, it commits or rolls back all work done through all statement handles on that connection. This section contains the following topics. - [Transaction Support](../../../odbc/reference/develop-app/transaction-support.md) - [Commit Mode](../../../odbc/reference/develop-app/commit-mode.md) - [Committing and Rolling Back Transactions](../../../odbc/reference/develop-app/committing-and-rolling-back-transactions.md) - [Effect of Transactions on Cursors and Prepared Statements](../../../odbc/reference/develop-app/effect-of-transactions-on-cursors-and-prepared-statements.md)