Alphabetic list of error messages
806
Invalid data conversion
Item Value
SQLCODE 103
Constant SQLE_CANNOT_CONVERT
SQLSTATE 01W03
Sybase error code 518
ODBC 2 State 07006
ODBC 3 State 07006
The database could not convert a value to the required type. The value being
converted was either supplied to the database on an insert, update or as a host
bind variable, or was a value retrieved from the database into a host variable
or SQLDA.
Invalid data type for column in WRITETEXT or READTEXT
Item Value
SQLCODE -609
Constant SQLE_INVALID_TEXT_IMAGE_DATATYPE
SQLSTATE 53W09
Sybase error code 7139
ODBC 2 State ERROR
ODBC 3 State ERROR
You referenced a column in a WRITETEXT or READTEXT statement that
is not defined for storing text or image data.
Probable cause
Probable cause