Collection Contents Index VALIDATE statement must refer to a base table Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

Value %1 out of range for destination


Item

Value

Constant

SQLE_OVERFLOW_ERROR

ODBC 2 State

22003

ODBC 3 State

22003

Parameter 1

The value that caused the overflow.

Severity

16

SQLCODE

-158

SQLSTATE

22003

Sybase error code

220

Probable cause

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.


Collection Contents Index VALIDATE statement must refer to a base table Next PDF