ASA Error Messages
Database Error Messages
Alphabetic list of error messages
Item | Value |
---|---|
SQLCODE | -734 |
Constant | SQLE_CANNOT_UPDATE_NULL_ROW |
SQLSTATE | 09W08 |
Sybase error code | 13750 |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Parameter 1 | The name of the table which cannot be modified. |
You attempted to modify or delete a row in the specified table, which is part of the null-supplying side of an outer join. However, the cursor is currently positioned on a derived row that contains an all-NULL row for this table, which is the result of the failure of one or more ON conditions to evaluate to TRUE. Verify that the UPDATE or DELETE statement is correct.