transactions
Transaction scope with multiple connections
I have a process that requires a rollback of all updates and inserts should there be an error during any phase.So i wanted to use the TransactionScope class to accomplish this.Here is my code:[详细]
2023-04-10 18:39 分类:问答how to determine that my table was updated in sql server
I have a table in sql server 2005. Yesterday an update was performed on the table and then updated back to the origional record.[详细]
2023-04-10 17:34 分类:问答Should I use HornetQ JMS API to integrate with Spring TransactionManager?
I have a basic doubt regarding Transactions and the HornetQ native API. If my application is Spring-based, with Spring managed transactions, how should I configure HornetQ to participate in the same[详细]
2023-04-10 16:04 分类:问答Transaction demarcation/transaction borders in Spring JMS
I have a chain of 3 Spring JMS listeners A, B and C implemented on DefaultMessageListenerContainer (DMLC). All DMLCs are deployed in one Java EE application.[详细]
2023-04-09 10:54 分类:问答How to display open transactions in MySQL
I did some queries without a commit. Then the application was stopped. 开发者_Go百科How can I display these open transactions and commit or cancel them?[详细]
2023-04-09 02:39 分类:问答ASP.NET MySQL update multiple records
I have a web page that needs to update multiple records. This page gets all the information and then begins a transaction sending multiple UPDATE queries to the data base.[详细]
2023-04-08 17:56 分类:问答Using TransactionScope multiple times
Is this the correct way to use a transaction scope: I have an object which represents part of a thing:[详细]
2023-04-08 06:45 分类:问答Spring @Transaction not starting transactions
I am using Spring 3 with Hibernate 3. I am trying to configure Spring declarative transaction, but no matter what I try, Spring transaction is not getting started.[详细]
2023-04-08 00:55 分类:问答MSDTC transaction timeout issue
I\'m facing a MSDTC transaction timeout issue now. For historical reaso开发者_开发知识库n, westill have lots of legacy code running DB operations by C++ ODBC, and the connection is escalated into MSDT[详细]
2023-04-07 14:49 分类:问答How can I test database transaction logic?
I often find error handling is one of the hardest things to test.Thankfully with dependency injection and mocking frameworks it\'s getting much easier.[详细]
2023-04-07 13:41 分类:问答