Hi,
What is the meaning of this error
-2147467259[oracle][ODBC][Rdb]%RDB-E-DEADLOCK, request failed due to resource deadlock-RDMS-F-DEADLOCK,deadlock on record
thanks
Hi,
What is the meaning of this error
-2147467259[oracle][ODBC][Rdb]%RDB-E-DEADLOCK, request failed due to resource deadlock-RDMS-F-DEADLOCK,deadlock on record
thanks
It means that in the access mode you are working with Rdb your current program and another program are reading the same data and the fail operation would have caused a deadlock. Try less isolate mode or otherwise make sure to synchronize access carefully so as not to cause deadlocks (which Rdb detects and preempts)
There are currently 1 users browsing this thread. (0 members and 1 guests)