Unable to lock - deadlock condition detected. This error occurs under shared access when an operation cannot be completed because of a deadlock condition. A deadlock condition occurs when two concurrent transactions hold locks on the same rows such that neither can complete until the other is finished. To handle this error, abort the transaction and start over. This error only occurs if a deadlock is detected. Some deadlocks involving more than two transactions cannot be detected and will result in a DB_ELOCKED error when the operation times out.
|