Collection Contents Index Cannot convert %1 to a %2 Next PDF

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

Cannot convert %1 to a %2. The bad value was supplied for column '%3' on row %4 of the data file


Item

Value

Constant

SQLE_CONVERSION_ERROR_LOAD_TABLE

ODBC 2 State

07006

ODBC 3 State

07006

Parameter 1

Value that could not be converted.

Parameter 2

Destination data type.

Parameter 3

Name of the column where the value was to be inserted.

Parameter 4

Line number of the data file where the invalid data occurred.

Severity

16

SQLCODE

-162

SQLSTATE

53017

Sybase error code

13887

Probable cause

The data file supplied to LOAD TABLE contains a value that cannot be converted to the required data type.


Collection Contents Index Cannot convert %1 to a %2 Next PDF