Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (A-C)

 

Cannot update member fields qualified with \"final\" modifier

Error constant SQLE_CANNOT_UPDATE_FINAL_FIELD
ODBC 2 State ERROR
ODBC 3 State ERROR
Severity 16
SQLCODE –699
SQLSTATE WJ012
Sybase error code 13606
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.