CHAPTER 10 Database Error Messages
811
Invalid host variable
Item Value
SQLCODE -155
Constant SQLE_VARIABLE_INVALID
SQLSTATE 42W07
Sybase error code 7201
ODBC 2 State 37000
ODBC 3 State 42000
You supplied an invalid host variable to the database using the C language
interface. You may have supplied the variable as a host variable or through a
SQLDA.
Invalid IQ database command line option or paramater value: %1
Item Value
SQLCODE -744
Constant SQLE_IQ_INVALID_COMMAND_LINE
SQLSTATE 08W51
Sybase error code 13757
ODBC 2 State 08001
ODBC 3 State 08001
An invalid command line option was used. The option began with ’-iq’, but is
either invalid or contained a bad parameter.
Probable cause
Probable cause