I was testing to see how nested transactions work, and uncovered this disturbing and unexpected behavior.
I have the following script... START TRANSACTION; INSERT INTO `Image` (`id`,`created`,`deleted`,`fileName`,`used`) VALUES (-114, NULL, NULL, \'c21_1.jpg\', NULL);
w开发者_StackOverflowhen user opens edit form for some entity, I would like to LOCK this entity and let her make any changes. During editing she needs to be sure that nobody else does any edit operati
I\'m using TransactionScope to do some batch insert and updates. 开发者_开发问答Problem is, I\'m getting timeout exceptions on a 30 min long operation even when I set the timeout of the TransactionSco
i have the following code: J = fun()->mnesia:clear_table(names) end. mnesia:activity(transaction, J, [], mnesia_frag).
Using Spring\'s SessionFactoryUtils for Hibernate, what is the actual difference between getSession() and getNewSession()?
I got a WCF service listening on a via WAS on a MSMQ which is located on a different server within the same domain.
We\'re running into problems with Spring 3.0.5 transactional management and OpenJPA 2.0.1 and we can\'t seem to pinpoint the problem so any help is appreciated.
I\'m trying to use CLR integration in SQL Server to handle accessing external files instead of storing them internally as BLOBs.I\'m trying to figure out the pattern I need to follow to make my code e
I need to create an application that will use Flex on the client side and PHP on the server side. In my application I will need to have transactions opened for a long time (maybe 1, 2, 3 minutes). Can