This chapter lists all database error messages reported by SQL Anywhere. Many of the errors contain the characters %1, %2 and so on. These are replaced by the parameters to the error message.
Each error has a numeric error code, called the SQLCODE. Negative codes are considered errors; positive codes are warnings. The SQLCODE 0 indicates successful completion.
The full listing of the error messages is ordered by SQLCODE value. To find an error message description if you do not have the SQLCODE value, look up the SQLCODE in the alphabetic or SQLSTATE listing.