Subject | Re: [Firebird-Java] Firebird with Blobs |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-09-01T15:41:25Z |
> I think I found a bug. If I read a BLOB from DB with StatementWhat Jaybird version do you use and what are exact steps to reproduce an
>
> 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.
error?
Roman