Search Result
Collapse
2 results in 0.0039 seconds.
Keywords
Members
Tags
-
Which transaction isolation level should i use?
My DAL is written in LINQ. I need to wrap some parts of code in transactions. i want to have opportunity to do queries on table while transaction is running.But also i don't want to have problems with dirty reads. Which isolation level should i use? -
Transaction Processing in a Modular Environment
Hello,
I am attempting to write an application where I have code segregation where code dealing with the form is located in the form which relies on a class module (ie clsOrders) and all code that specifically deals with database connection, manipulation, etc is resident in it's own standard module.
I am using ADO and Access 2003 at the moment. I am wondering what the best method is to implement transaction processing....