From:
<car...@te...> - 2004-02-04 08:24:57
|
Hello: > The deafult in .net provider is: > "Begins a new transaction with the default isolation level > IsolationLevel.ReadCommitted." Yes, ReadCommitted is the default Isolation Level. > I don't know about the subsets you mentioned. Review the Interbase 6 API documentation for see more information about them: http://www.ibphoenix.com/downloads/60ApiGuide.zip > Do you have an example code of how to change the isolation level? The isolation level is specified in FbConnection.BeginTransaction method and can't be canged ( querys using the implicit transaction support will use ReadCommitted ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |