transactionscope
Why isn't TransactionScope rolling back distributed transactions?
I am using an object persistence framework called ECO for updating data to SQL Server.I\'ve noticed that if I create a TransactionScope and then deliberately throw an exceptio开发者_开发百科n after my[详细]
2023-01-20 03:48 分类:问答TransactionScope causing blocking?
I\'m writing some Unit tests against a database, and we\'re using transactions to make sure that our test data gets removed at the end.[详细]
2023-01-19 07:52 分类:问答2 sibling nested transactionScope gives: the Transaction has aborted
this code gives me th开发者_高级运维e error: the Transaction has aborted. if I remove 1 nested transaction than it doesn\'t throw[详细]
2023-01-18 14:30 分类:问答MySQL Connector/NET - support for transactions under Mono
Does anyone know how to get MySQL transactions working under Mono? I\'m using MySQL Connector/NET (via Subsonic 3) and it works perfectly under Microsoft .NET.Recently however I tried running the sam[详细]
2023-01-18 08:18 分类:问答SqlConnection and TransactionScope Timeout
I have a TransactionScope (over DTC,开发者_JAVA百科 read committed) with a timeout of 60 minutes.[详细]
2023-01-17 01:11 分类:问答c# get current connection in TransactionScope transaction
I want to make transactional a series of sp call (sql server 2005) in a .net 2.0 project surrounding some piece of business logic with a[详细]
2023-01-16 11:43 分类:问答NServiceBus - Problem with using TransactionScopeOption.Suppress in message handler
I have an endpoint that has a message handler which does some FTP work. Since the ftp process can take some time, I encapsulated the ftp method within a TransactionScope with TransactionScopeOption.Su[详细]
2023-01-15 18:59 分类:问答.NET TransactionScopes and SQL 2005 Lightweight Transaction Manager - Multiple Connections same SPID?
Can someone shed light on what is happening behind the scenes with the SQL Lightweight transaction manager when multiple connections are opened to the same DB, using the Microsoft Data Access Applicat[详细]
2023-01-14 19:11 分类:问答How to deal with TransactionScope during debugging?
I have WebService that is hosted by ASP.NET web site. Inside the TransactionScope object is used to handle transactions:[详细]
2023-01-14 10:13 分类:问答LINQ and TranscationScope not working
I am using LINQ select statement wrapped in a TransactionScope (to change the locking) but according to SQL Profiler, it doesn\'t seem to be working. My code looks like:[详细]
2023-01-14 00:59 分类:问答