Contents Index Cannot update member fields qualified with "final" modifier Cannot update primary key for table '%1' involved in a publication

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Cannot update or delete an all-NULL row from table '%1'


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.
Probable cause 

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.


Contents Index Cannot update member fields qualified with "final" modifier Cannot update primary key for table '%1' involved in a publication