Subject Re: [Firebird-Java] Saving text into BLOB field
Author Roman Rokytskyy
> I get this excetion when trying to save texto to BLOB field thru
> Stored Procedure:
>
> Error converting to object.

Confirmed. I have fixed that in HEAD and in Branch_1_5, fix will be included
in next point release. For now the only workaround you have is to use
setBytes(int, byte[]) method.

Roman