Error 1000024

Message text

For table pair %2, table '%3' has a datatype mismatch for column %4. %1

Item

Value

SQLCode

-1000024

Constant

EMSG_CAT_JINDEXDATATYPE

SQLState

QDA24

ODBC State

ERROR

Parameter 1

location of the exception

Parameter 2

table name

Parameter 3

table number

Parameter 4

column number

Probable cause

Corresponding columns in the table pairs must be the same datatype. For example, INTEGER and INTEGER or CHAR and CHAR. Matching datatypes such as CHAR and VARCHAR or INT and SMALLINT is not allowed.