Entering content frame

-817: Incompatible data types 

Explanation:

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

User Action:

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.

 

Leaving content frame