Subject Re: [firebird-support] Deadlock when 2 session update the same 01 row
Author André Knappstein
FWIW there seems to be a related question in the .net list.
Jiri confirmed that the default is "NoWait". This makes my
misunderstanding of the term "deadlock" complete, because in NoWait I
usually get an exception right off, which is all but a deadlock in the
way I used to understand it.

Anyway, to change configuration from NoWait to Wait would most
obviously require "... = FbTransactionBehaviour.Wait;"

>> t_behaviour = FbTransactionBehavior.NoWait;

> should that be t_behaviour = FbTransactionBehavior.Wait?

have fun!
André