Subject Lock Conflict
Author OB1
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

How can I receive this error when inserting a new row and prior to committing?

Thanks