CHAPTER 10 Database Error Messages
923
Value %1 out of range for destination
Item Value
SQLCODE -158
Constant SQLE_OVERFLOW_ERROR
SQLSTATE 22003
Sybase error code 220
ODBC 2 State 22003
ODBC 3 State 22003
Parameter 1 The value that caused the overflow.
You supplied to or fetched from the database a value 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.
Value for column ’%1’ in table ’%2’ has changed
Item Value
SQLCODE 106
Constant SQLE_COLUMN_VALUE_CHANGED
SQLSTATE 01W06
Sybase error code 532
ODBC 2 State OK
ODBC 3 State OK
Parameter 1 Name of the column whose value has changed.
Parameter 2 Name of the table containing the column.
A replicated UPDATE has found a value in an updated column that does not
match the value when the original UPDATE was made.
Probable cause
Probable cause