-110   INVALID HEXADECIMAL CONSTANT BEGINNING constant

Explanation

The string constant that begins with the specified string is invalid because it has at least one of the following errors:
  • the string constant contains one or more characters that are not valid hexadecimal digits
  • the string constant does not have an even number of digits
  • for a UX or GX string constant, the number of digits is not a multiple of 4

System action

The statement cannot be processed.

Programmer response

Correct the invalid string constant.

SQLSTATE

42606