Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MSDTC » SQL 2000   (RSS)

Fast transactions with System.Transactions and Microsoft SQL Server 2000

The simplest way to use transactions today with Microsoft SQL Server 2000, using .Net Framework 2.0, is as follows: static void Main(string[] args) { using (TransactionScope ts = new TransactionScope()) { SqlConnection sqlConnection = new SqlConnection("connectionString");
Posted by florinlazar | 19 Comments
 
Page view tracker