65.9K
CodeProject is changing. Read more.
Home

C#: Avoiding DTC with Typed DataSets and SQL Server 2000

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.82/5 (5 votes)

Nov 16, 2006

CPOL

2 min read

viewsIcon

62775

An article describing a simple way to provide transaction support to an application designed using the DataSet wizard, and avoiding the DTC requirement with using TransactionScope and SQL Server 2000.