0

How to use application transaction in 3 tier architecture using .net? Is application transaction similar to transaction scope?If they are different,then what's the difference?

Daniel Kutik
  • 6,997
  • 2
  • 27
  • 34

1 Answers1

0

A fairly long read, but full of good information on how to use transactions in .NET with SQL Server and Oracle:

DB Concurrency Control with .NET – Overview.

Oded
  • 489,969
  • 99
  • 883
  • 1,009