Background documentation-817: Incompatible data types Locate this document in the navigation structure

 

Explanation

The data type of the SQL variable or parameter is not compatible with the database system’s data type.

User Response

Change the data type of the SQL variable or parameter to match the database system’s data type for the table column. If this message is returned during precompilation and the data types are compatible, precompile with NOCHECK option.