posted 19 years ago
hi,
i use mysql database.
i get some error like...
java.sql.SQLException: Deadlock found when trying to get lock; Try restarting transaction message from server: "Lock wait timeout exceeded; try restarting transaction".
my application first is login process( related to login tabel in mysql).
it do successfully
second is adddata.it is also completed. (it is related subscriber table in mysql). add data in table using "insert query".
but third process is connected with anothe table.
when i try to insert record in this table i get error.in this insert process , i use primary key of above table.
and i get exception given above.
please help me .
thanks in advance.
Nimish