Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (A-C)

 

Another connection has the row in '%1' locked

Error constant SQLE_ROW_LOCKED
ODBC 2 State 40001
ODBC 3 State 40001
Parameter 1 Table that generates the error.
Severity 21
SQLCODE –1281
SQLSTATE 42W80
Sybase error code 13805
Probable cause

You attempted modify or delete a row that is locked by another connection. The row will be unlocked once that connection commits or rolls back.