Subject Firebird with Blobs
Author mcmics
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.