So, for example, if I want a Save-Update operation I should put all the
transaction options specifically, like:
                to = new FbTransactionOptions()
                {
                    TransactionBehavior =
                                          FbTransactionBehavior.Protected |
                                          FbTransactionBehavior.Write |
                                         
FbTransactionBehavior.ReadCommitted | 
                                          FbTransactionBehavior.RecVersion |    
                                          FbTransactionBehavior.Wait            
                };                
And, obviously, Begin the transaction..

My guess was that the "default" firebird options were respected. Is that not
allright?

If I put, for example, only the FbTransactionBehavior.Wait, what would be
the behavior then?

I tried to reach out to several references but so far none explains what
behavior is to be expected under this condition
(FbTransactionBehavior.Wait).

 



--
View this message in context: 
http://firebird.1100200.n4.nabble.com/Unspecified-Transaction-after-creation-tp4643287p4643297.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to