--- title: "Transaction Isolation | 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: - "transaction isolation [ODBC]" - "transactions [ODBC], isolation" ms.assetid: 351bfe5c-3b26-4010-9b9c-22e796135f3b author: David-Engel ms.author: v-daenge --- # Transaction Isolation *Transaction isolation* refers to the degree of interaction between multiple concurrent transactions. To see why this is important, you'll need to first look at the idea of serializability. This section contains the following topics. - [Serializability](../../../odbc/reference/develop-app/serializability.md) - [Transaction Isolation Levels](../../../odbc/reference/develop-app/transaction-isolation-levels.md) - [Setting the Transaction Isolation Level](../../../odbc/reference/develop-app/setting-the-transaction-isolation-level.md) - [Scrollable Cursors and Transaction Isolation](../../../odbc/reference/develop-app/scrollable-cursors-and-transaction-isolation.md)