Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1017 Bytes

File metadata and controls

24 lines (19 loc) · 1017 Bytes
title Transactions in ODBC
description Transactions in ODBC
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article
helpviewer_keywords
transactions [ODBC], about transactions

Transactions in 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.