Value %1 out of range for destination
Item |
Value |
---|---|
SQLCode |
-158 |
Constant |
SQLE_OVERFLOW_ERROR |
SQLState |
22003 |
ODBC State |
22003 |
Parameter 1 |
the value that caused the overflow |
A value has been supplied to the database or retrieved from the database that is out of range for the destination column or host variable. For example, the value 10 may have been supplied for a DECIMAL(3,2) field.