From: Joslat <jos...@ro...> - 2016-04-22 11:18:30
|
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. |