Subject | Re: [firebird-support] Deadlock when 2 session update the same 01 row |
---|---|
Author | Ann Harrison |
Post date | 2012-11-27T15:42:39Z |
On Tue, Nov 27, 2012 at 8:11 AM, André Knappstein <
Knappstein@...> wrote:
Good luck,
Ann
[Non-text portions of this message have been removed]
Knappstein@...> wrote:
> Somewhere along this:should that be t_behaviour = FbTransactionBehavior.Wait?
>
> FbTransactionBehavior t_behaviour;
> FbTransactionOptions t_options;
>
> t_behaviour = FbTransactionBehavior.NoWait;
> t_options.TransactionBehavior = t_behaviour;
>
> FbConnection conn = new FbConnection();
> conn.BeginTransaction(t_options);
>
Good luck,
Ann
[Non-text portions of this message have been removed]