Subject Re: [Firebird-Java] JayBird as ColdfusionMX driver
Author Simon Harper
Thanks so much - it works a treat !

Best wishes,

Simon

---
Simon.Harper@...
Applications Development Manager
Warwick Business School

>>> blas@... 03/12/2002 18:24:34 >>>
Hello

At 02/12/2002 20:12 +0000, you wrote:
>I'm trying out JayBird with ColdfusionMX in place of Interserver, and
>in places I'm getting query results 20 times faster, which is
>fantastic. I have hit one problem, though, which is when I try to
>retrieve a blob (subtype 1) I get 'ByteArray objects cannot be
>converted to strings.'

I found a bug in the driver, the Blob subtype 1 is mapped in the metadata to LONGVARCHAR and so the getObject() method must return a String but now it return a byte[].

I had committed a patch to the CVS, please try with the last CVS version.

Regards
Blas Rodriguez Somoza