How could I check if a transaction isolation level is being used for a LINQ to a SQL statement in SQL Server Profiler?
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 [...]





