Subject Re: [firebird-support] Re: Hunting Down Deadlock Exceptions
Author Ann W. Harrison
At 04:53 PM 12/2/2004, robert_difalco wrote:

>Yes, I know what it is. It is a call to a stored procedure that
>performs an insert on a table. The table then has a trigger that
>updates another table each time the first table is inserted to. Is
>there a way to get the deadlock exception to say what exactly it is
>deadlocked on? Maybe a property to have the server spit out more
>verbose information?

Your problem is a collision with a concurrent update of the
second table.

Regards,


Ann