Murach's ADO.NET 3.5, LINQ,
and the Entity Framework with C# 2008
How to work with transactions
This chapter shows you how to work with related SQL commands
as a group, called a transaction, so that none of the commands
are applied to the database unless all of the commands are.
This is an important skill for critical applications.
|
|
|
|
How to start a transaction |
260 |
|
How to associate commands with
a transaction |
260 |
|
How to commit or rollback a transaction |
260 |
|
How to work with save points |
262 |
|
|
The four concurrency problems
that locks can prevent |
264 |
|
How to work with isolation levels |
266 |
|
|
The user interface |
268 |
|
The code for the InvoiceDB class |
270 |
|
The code for the Transfer Payment
form |
274 |
|
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|
|
|