Subject | Re: JDBC 1.5.0rc2 'invalid BLOB id' |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-05-21T13:38:12Z |
> We do not use setString/getString because it's a BLOB.It does not matter. Internally getString() works as new
> We use setObject(n, byte[]) and getBytes(n) instead.
String(getBytes()). Same applies to setString. You can modify the
code, I just did in my copy, it still works.
Please run the code, I need a reproducable test case to be able to fix
the problem (and please try JayBird 1.5 RC3).
Roman