User '%1' has the row in '%2' locked

Item Value
SQLCODE -210
Constant SQLE_LOCKED
SQLSTATE 42W18
Sybase error code 8405
ODBC 2 State 40001
ODBC 3 State 40001
Parameter 1 Name of another user.
Parameter 2 Table which generates the error.

Probable cause 

You attempted to read or write a row and it is locked by another user, while the BLOCKING database option is set to OFF.