Isolation level Questions

1

Checking for a transaction isolation level in SQL Server Profiler
How could I check if a transaction isolation level is being used for a LINQ to a SQL statement in SQL Server Profiler?

Answer Question   |  September 19, 2008  4:41 PM
Isolation level, LINQ, SQL Server Profiler, SQL statements
2,585 pts.

Setting isolation levels with hibernate and DB2/AS400
I am using hibernate with DB2/AS400. When I set any isoltion level other than ’0′ in the hibernate.cfg.xml and try to insert/update data in the table on DB2/AS400, The Exception ” could not update :” occurs. Update is succesful for isolation level 0. Please guide how this can be solved. Following is the error stack [...]

Answer Question   |  August 22, 2008  6:14 AM
Database programming, DB2/400, Isolation level
asked by:
5 pts.

1