Error 1000060

Message text

Column '%2', PRECISION (%3) cannot be greater than %4. %1

Item

Value

SQLCode

-1000060

Constant

EMSG_CAT_PRECISIONTOOBIG

SQLState

QDA60

ODBC State

ERROR

Parameter 1

location of the exception

Parameter 2

column number

Parameter 3

requested precision

Parameter 4

maximum allowed precision

Probable cause

The precision requested by the user is larger than what is allowed for the datatype.