How do you avoid receiving Firebird message "deadlock update conflicts with concurrent update" when 2 or more clients are changing records in the same table ?
(using ZEOS, of course)
Deadlock
Moderators: gto, cipto_kh, EgonHugeist
Re: Deadlock
Hijorgen wrote:How do you avoid receiving Firebird message "deadlock update conflicts with concurrent update" when 2 or more clients are changing records in the same table ?
I think you should use trasnactions intead of record locking!!!!
Attila