-892: Variable may be overflow
Explanation:
This warning is set if a numeric value greater than allowed by the column definition can be transferred to a table. At runtime, the error -751 can be returned; i.e. the SQL statement will not be executed then.
User action:
To avoid error
-751 check the size of the value before transferring it into the table.The handling of this error must be programmed.