SQLPP errors
946
invalid type for sql statement variable
Message value Message Type
2618 Error
A host variable used as a statement identifier should be of type
a_sql_statement_number. You attempted to use a host variable of some other
type as a statement identifier.
missing ending quote of string
Message value Message Type
2637 Error
You have specified a string constant in an embedded SQL statement, but
there is no ending quote before the end of line or end of file.
must specify a host list or using clause on %1
Message value Message Type
2631 Error
The specified statement requires host variables to be specified either in a host
variable list or from an SQLDA.
must specify an SQLDA on a DESCRIBE
Message value Message Type
2641 Error
no FETCH or PUT for cursor ’%1’
Message value Message Type
2695 Error
Probable cause
Probable cause
Probable cause