User '%1' has the row in '%2' locked
Item |
Value |
---|---|
SQLCode |
-210 |
Constant |
SQLE_LOCKED |
SQLState |
42W18 |
ODBC State |
40001 |
Parameter 1 |
name of another user |
Parameter 2 |
table which generates the error |
You have attempted to read or write a row and it is locked by another user. You also receive this error if you try to drop a global temporary table while another user is using it. Note that this error will only be received if the database option BLOCKING is set to OFF. Otherwise, the requesting transaction will block until the row lock is released.