Subject Deadlock
Author Chooi-Ting
Hi,

I have an application written in C and connect to database using ODBC-
API library. It is running at Solaris machine, os version 8. The
firebird database is version 1.

this application will insert data to table1. When I delete the data
from table1 thru ISQL, error -913 occurred. It is deadlock error
(update conflicts with concurrent update). I don't understand why and
how deadlock happen as insert new rows and delete different rows.

rgds