Subject Re: [firebird-support] Firebird/Interbase(r) Odbc Driver 2.00.00.144 error please help!!!
Author Helen Borrie
At 01:09 AM 13/12/2007, you wrote:
>Hi,
>
>I am using Firebird/Interbase(r) Odbc Driver 2.00.00.144 on my b2b web
>site and so my server firebird 1.5
>
>i am receiving this error : sometimes and blocking all users on the web
>************************************************
>Microsoft OLE DB Provider for ODBC Drivers hata '80004005'
>[ODBC Firebird Driver][Firebird]deadlock update conflicts with concurrent
>update

This is a Firebird exception. It occurs when one transaction has an update or delete pending on a record and another transaction tries to update or delete the same record. It does not block access to the database. Your code needs to handle exceptions.

>and service unavalaible

This is not a Firebird exception. Perhaps it is an ODBC exception of some kind. You need to subscribe to the firebird-odbc-devel list to find solutions to ODBC-related problems. See http://firebirdsql.org/index.php?op=lists

>Please help me

Do you understand the concept of transaction isolation?

./heLen