I did look at the signature. There is one overloaded version of BeginTransaction that takes FbTransactionOptions as an argument. It is # 5 of 8 in the code completion pop up. It is documented in the online documentation.

I'll grant that I am not fully up to speed on .Net yet but I do know C# and Pascal. When I see the signature given by this manual page:

http://www.firebirdsql.org/dotnetfirebird/documentation/api/1.7/index.html

public FbTransaction <http://www.firebirdsql.org/dotnetfirebird/documentation/api/1.7/FirebirdSql.Data.Firebird.FbTransaction.html> BeginTransaction( FbTransactionOptions <http://www.firebirdsql.org/dotnetfirebird/documentation/api/1.7/FirebirdSql.Data.Firebird.FbTransactionOptions.html> /options/
);



It sure looks like it takes a set of FbTransactionOptions values to me.


Here's hoping you can cure my ignorance.


Jiri Cincura wrote:
On Thu, Feb 25, 2010 at 21:17, Steve Boyd <[email protected]> wrote:
I must be doing something wrong, but I can't figure out what.

The BeginTransaction has different parameters. Just look at signature.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to