Subject Re: [Firebird-Java] Firebird with Blobs
Author Roman Rokytskyy
> I think I found a bug. If I read a BLOB from DB with Statement
>
> connection.createStatement();
>
> it works fine and I can read the Blobs but with the folllowing statement
>
> connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
> ResultSet.CONCUR_READ_ONLY);
>
> I got the "Invalid Blob ID" error.
>
> Hope anyone can help or fix it.

What Jaybird version do you use and what are exact steps to reproduce an
error?

Roman