Subject Re: [firebird-support] Deadlock
Author Ann W. Harrison
At 02:18 PM 10/13/2004, Chad Z. Hower aka Kudzu wrote:

>FirebirdSql.Data.Firebird.FbException: deadlock
>update conflicts with concurrent update
>
>Can someone explain this?

Some other transaction, active at the time your transaction
started (if you're in snapshot mode) updated a record that
you're attempting to update.

Regards,


Ann