Show TOC

-885: Variable may be truncatedLocate this document in the navigation structure

Use

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 Response

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