transactions
Alternative to System.Web.Security, using same database
I am writing a WinForms application to migrate a lot of data.The new system is web-based and uses ASP.NET membership API.[详细]
2023-04-13 09:39 分类:问答Is a re-tried transation after transaction collision safe?
Can a failed — with \"transaction collision\" — write operation to an entity overwrite changes made to the same entity on the other successfully committed transaction?[详细]
2023-04-12 20:09 分类:问答Simple transactions in EF4.0 POCO with UnitOfWork pattern and ApplicationBus
i recently ran into the surprising behaviour of EF4, where after adding an entity to a context it is not available for querying (well, you need to make your queries aware, that you might be searching[详细]
2023-04-12 19:42 分类:问答Using JOTM transaction manager Doesn't works on Tomcat
Facing a strange problem here, below is the configuration i am using: 1. Apache Tomcat 6.0.26 2. mySql 3. Spring framework+ Hibernate[详细]
2023-04-12 17:31 分类:问答Android: SQLite (ORMLite) transaction isolation levels
I\'m using ORMLite in my Android project. I know that Sqlite takes care of the file level locking. Many threads can read, one can write. Locks prevent more than one writing.[详细]
2023-04-12 16:17 分类:问答MySQL transactions with PHP - queue statements?
This thought just occurred to me, and I have no idea if it\'s crazy or not.No examples I\'ve found online are set up this way.I\'m building a wrapper around MySQLi (or maybe PDO) and I\'m just in the[详细]
2023-04-12 14:03 分类:问答I can't lock my MySQL table
I have a (for me) strange problem. I try to lock a set of tables for a transaction that I am trying to do. But for some reason at least one of my tables wont lock.[详细]
2023-04-12 08:07 分类:问答.NET TransactionScope Timeout Issue/ EF
I have a WinForms project where i have to read massive xml-files (2gb+) and store the data in a MSSQL database.[详细]
2023-04-12 00:41 分类:问答IPN returns a different transaction id [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-11 23:19 分类:问答Will deadlocks affect me, even if I don't use transactions?
We want to switch from MyISAM to InnoDB for several reasons, but we do not intend to use transactions with BEGIN/COMMIT etc.[详细]
2023-04-11 18:49 分类:问答