Subject Re: [Firebird-Java] Re: JDBC 1.5.0rc2 'invalid BLOB id'
Author Stanislav Mironov
Roman Rokytskyy wrote:

> Hi,
>
> > This can be reproduced on any base.
>
> Here's test code that I created according to your comments. It works
> without any problems on my laptop (WinXP, FB 1.5.0, JayBird 1.5 RC3,
> JDK 1.4)


We do not use setString/getString because it's a BLOB.
We use setObject(n, byte[]) and getBytes(n) instead.

--
Stanislav Mironov