Entering content frame

-885: Variable may be truncated 

Explanation:

The range of values for the database column is smaller than that of the SQL variables. When the value is inserted into the column or when values are compared, the value of the SQL variables may be truncated and consequently be incorrect.

User Action:

If this is not desired, you must change the format of the column or SQL variables.

 

Leaving content frame