From: Helen B. <he...@tp...> - 2008-04-16 23:49:11
|
>Jiri Cincura wrote: >> >> When you didn't specified any isolation level, then default is >> ReadCommitted from .NET's POV. To the database (in >> TransactionParameterBuffer) is sent - Write + Wait + ReadCommitted + >> NoRecVersion (I hope you can decode what it means in "server's >> language", for more info you can look to IscCodes file). >> At 08:34 AM 17/04/2008, MartinT wrote: >does this mean it could conflict with a standard "concurrency nowait" >transaction, as the man suggests? Exactly so. Writers block readers under these conditions. Helen |