Contents Index Cannot update column '%1' since it does not appear in the SELECT clause. Cannot update or delete an all-NULL row from table '%1'

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Cannot update member fields qualified with "final" modifier


Item Value
SQLCODE -699
Constant SQLE_CANNOT_UPDATE_FINAL_FIELD
SQLSTATE WJ012
Sybase error code 13606
ODBC 2 State ERROR
ODBC 3 State ERROR
Probable cause 

An attempt was made to modify a Java member that was qualified with the "final" modifier. Such members are constant and cannot be modified.


Contents Index Cannot update column '%1' since it does not appear in the SELECT clause. Cannot update or delete an all-NULL row from table '%1'