jDowdle.com header image 1

Entries Tagged as 'ComplexByteArrayException'

MySQL Concat() and Mixed Types

February 5th, 2009 · Comments Off · Code, coldfusion

While in the process of upgrading our connector/J to version 5.1 we started seeing the following error:
ComplexByteArrayException: ByteArray objects cannot be converted to strings.
After doing a little homework we found that the root cause was in the way that CONCAT() processed numbers. CONCAT() was returning a binary string due to having both numbers and strings [...]

[Read more →]

Tags:···