Is there a way to just put an attribute to a method so that the whole code in the method is executed in a transaction scope? I\'ve seen this done in sharp architecture but I\'m using Linq to sql not n
I\'m using WinXP on clients and Win2003 on a server. I need do atomic actions: create-moving files, insert-update database.
I have two level access to database: the first with Hibernate, the se开发者_如何学Gocond with JDBC. The JDBC level work with nontransactional tables (I use MyISAM for speed). I want make both levels w
I am writing a script to import CSV files into existing tables within my database. I decided to do the insert/update operations myself using PHP and INSERT/UPDATE statements, and not use MySQL\'s LOAD
I\'d like to implement transaction-per-request in conjunction with Jersey resources.By that, I just mean I want开发者_如何学编程 a single place to manage transactions, something like:
Can I use an analytics tool like Google Analytics to tie user behavior to back end (Java) transactions?I know I can use the analytics API to store custom data, like an account number or something that
I\'m looking for some opinions here, I\'m building a web application which has the fairly standard functionality of:
I\'ve got some strange errors happening in my rails app and I\'m trying to log better errors instead of the whole stack of passenger stuff that开发者_开发百科 I don\'t care about. I thought I would do
Playing around with MongoDB and NoRM in .NET. Thing开发者_开发百科 that confused me - there are no transactions
our legacy application uses JDBC 3.0. it supports transactions by implementing its own transaction manager that is capable of returning the same JDBC connection for each thread. The problem I recently