Subject Re: [Firebird-Java] Invalid Blob ID when inserting blob?
Author Elmar Haneke
phil_hhn schrieb:

> I'm trying to figure out just why it's telling me 'Invalid Blob ID'
> (and just what that means).
> What am I doing wrong?

Perhaps you are in Auto-Commit mode.

I got the same error message (but on C-API) when the blob itself and
the record in table are written in an different transactions.

Leaving AutoCommit might be an simple workaround here. But, the JDBC
driver should handle this correctly.

Elmar