Introduction to SQL Anywhere error messages

Many of the error messages 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 errors, and positive codes are warnings. SQLCODE 0 indicates successful completion.