Subject | Re: [ib-support] first deadlock |
---|---|
Author | Jason Chapman |
Post date | 2002-01-24T14:31Z |
Duilio,
What transaction isolation were you using on your insert statement?
> the script inserts a new record in table A.That should have not created a deadlock at all, reads never block writes.
>
> A constraint states that the containt of FIELD1 must be in table B.
>
> I was editing exactly the record in table B the referenced the containt of
> FIELD1 of the record to be inserted.
What transaction isolation were you using on your insert statement?