Hi Jiri, > > I've just discovered that I can no longer specify an > > FbTransactionOptions.Read or FbTransactionOptions.Write flag when I > > call FbTransaction.BeginTransaction with .NET Provider 2.5. > > You mean Alpha 2? It's same as 2.1. You will just specify > FbTransactionOptions.Foo | FbTransactionOptions.Bar etc.
Well, I am lost here. I am referring to following SVN file : <https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk/NET Provider/source/FirebirdSql/Data/FirebirdClient/FbTransactionOptions.cs> which is currently at revision 730. FbTransactionOptions is no longer an enum with flags, but it is defined as a struct : how am I supposed to | them together ? And I don't find any reference to the .Read or .Write options anywhere in the source tree. The only file which refers to FbTransactionOptions.Read is a test project file FbCommandTest.cs, which won't compile because it cannot resolve the .Read option... Pierre ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
