Chapter 11 SQL Preprocessor Error Messages
939
Unknown hostvar type
Message value Message Type
2613 Error
You declared a host variable of a type not understood by the SQL
preprocessor.
VARCHAR host variables cannot be pointers
Message value Message Type
2606 Error
You have attempted to declare a host variable as a pointer to a VARCHAR
or BINARY. This is not a legal host variable type.
VARCHAR type must have a length
Message value Message Type
2604 Error
You have attempted to declare a VARCHAR or BINARY host variable using
the DECL_VARCHAR or DECL_BINARY macro but have not specified a
size for the array.
arrays of FIXCHAR not supported
Message value Message Type
2609 Error
You have attempted to declare a host variable as an array of FIXCHAR
arrays. This is not a legal host variable type.
Probable cause
Probable cause
Probable cause
Probable cause