Subject | Re: [Firebird-Java] Saving text into BLOB field |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-09-26T14:01:55Z |
> I get this excetion when trying to save texto to BLOB field thruConfirmed. I have fixed that in HEAD and in Branch_1_5, fix will be included
> Stored Procedure:
>
> Error converting to object.
in next point release. For now the only workaround you have is to use
setBytes(int, byte[]) method.
Roman