Concurrency Control in ADO.NET
.NET Framework 2.0
Concurrency control is the process used to identify and resolve updates to data that are made by multiple users simultaneously. The following topics explain common methods of concurrency control, as well as specific ADO.NET features for handling concurrency errors.
In This Section
- Introduction to Data Concurrency in ADO.NET
-
Provides an overview of the different methods of concurrency control.
- How to: Handle Concurrency Errors
-
Describes how to use the DBConcurrencyException object to identify concurrency exceptions and the actual record that caused the error.
- Walkthrough: Handling a Concurrency Exception
-
Provides step-by-step instructions for identifying and resolving a concurrency error.
Reference
- DBConcurrencyException
-
Describes the DBConcurrencyException class and provides links to its members.