Page 1 of 1
Deadlock
Posted: 06.01.2007, 20:02
by jorgen
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)
Re: Deadlock
Posted: 07.01.2007, 14:46
by aperger
jorgen 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 ?
Hi
I think you should use trasnactions intead of record locking!!!!
Attila