Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Andy dg
Starting Member
6 Posts |
Posted - 2007-01-22 : 17:17:10
|
| Could you let me know if ADO.NET delegates the transaction feature to the database. |
|
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2007-01-22 : 18:33:56
|
| Yes, from the documentation of the SqlConnection BeginTransaction method "This command maps to the SQL Server implementation of BEGIN TRANSACTION."See http://msdn2.microsoft.com/en-us/library/86773566.aspx |
 |
|
|
|
|
|