CHAPTER 10 Database Error Messages
805
A binary expression passed to the INSTALL JAVA statement was not a
valid Java class.
Invalid column number
Item Value
SQLCODE -159
Constant SQLE_INVALID_COLUMN_NUMBER
SQLSTATE 42W13
Sybase error code 182
ODBC 2 State 42000
ODBC 3 State 42000
You gave an invalid column number, or the column you are looking for is in
a different table.
Invalid comparison
Item Value
SQLCODE -710
Constant SQLE_INVALID_COMPARISON
SQLSTATE 52W25
Sybase error code 13749
ODBC 2 State 37000
ODBC 3 State 42000
An attempt was made to compare two arguments that do not support
comparison. For example, it is not valid to compare a Java object with
another Java object, unless the class of the object supports a valid
compareTo() method.
Probable cause
Probable cause
Probable cause