Alphabetic list of error messages
750
Cannot update column ’%1’ since it does not appear in the SELECT
clause.
Item Value
SQLCODE -815
Constant SQLE_UPDATE_NOT_IN_SELECT
SQLSTATE 42W38
Sybase error code 7740
ODBC 2 State 42000
ODBC 3 State 42000
Parameter 1 Name of the column that does not appear in the SELECT
clause.
You attempted to update a column that does not explicitly appear in the
SELECT list. The ANSI_UPDATE_CONSTRAINTS option controls
whether this update is allowed.
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
An attempt was made to modify a Java member that was qualified with the
"final" modifier. Such members are constant and cannot be modified.
Probable cause
Probable cause