I need to use a Transaction Scope with Entity Framework 4 and a Firebird database. I am using the FireBird 开发者_开发问答Entity Framework provider.
I was originally using Nhibernate with MSSQL (2008) and everything worked great. I had a web app which bound a session per request and wrapped every unit of work within a transaction. The transactions
Using the following import groovy.sql.Sql def sql = Sql.newInstance(\"jdbc:mysql://localhost:3306/eventDb\", \"user\",
Is it possible to programmatically tell MySQL not to flush the log buffer immediately just for the current transaction, regardless of the innodb_flush_log_at_trx_commit setting?
I am using an MSMQ endpoint. I have set the following attributes on my service. [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)]
I\'m doing a multi-layer MVVM WPF application, which is connected to an Oracle database. I need some explanations about TransactionScope. Consider the following example:
For our web application built with Seam with have a bunch of server test cases. These run on multiple systems (Mac OS X and Linux); normally, you can clone the repository and run the test cases withou
I\'m going to be switching my database class that I use in several sites/projects, from using a custom mysql_query method*, to using PDO and prepared statements. However I have a question first - do I
Though this question has been asked several times, after trying many of the suggested solutions I\'m still having problems getting Spring 3 to work with Hibernate (and Postgres). I always get an error
I have a situation where I create a record in one table (asset_type) and reference it via a foreign key in a second table (asset).Both of these inserts, in this situation, occur within the same Transa