On Tue, Oct 21, 2008 at 3:41 PM, Pierre Arnaud <[EMAIL PROTECTED]> wrote: > 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.
You should read tracker/commit messages if you're using sources from SVN. Check http://tracker.firebirdsql.org/browse/DNET-165 or http://blog.vyvojar.cz/jirka/archive/2008/10/20/timeout-for-wait-transactions-in-firebirdclient.aspx . > 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... I haven't chaged tests yet. I'm running tests from time to time and before release. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ------------------------------------------------------------------------- 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
