Explanation:
The data type of the SQL variable or parameter is not compatible with the database data type.
User Action:
Change the data type of the SQL variable or parameter to match the data type of the database table column.
If this message is returned during precompilation and the data types are compatible, precompile with NOCHECK option (see the Precompiler manuals).