Subject | Lock Conflict |
---|---|
Author | OB1 |
Post date | 2017-12-14T15:55:49Z |
Hello
I'm using FBv1.56 with IBO.
I have a transaction (committed, lockwait = false) that simply inserts a row into two tables. When inserting a row into the second table (and prior to committing) I will occasionally receive:
ISC ERROR CODE:335544345
ISC ERROR MESSAGE:
lock conflict on no wait transaction
deadlock
ISC ERROR MESSAGE:
lock conflict on no wait transaction
deadlock
How can I receive this error when inserting a new row and prior to committing?
Thanks