On 02.06.10 10:35, Shankar Devi wrote:
Hi Kristian,
Thanks for the reply.
1. It looks like once connection is selecting from the BLOB, and then
another connection
deletes (or updates) it. Does this sound plausible for your application?
[Devi] - yes.It is possible.

In that case, how do you obtain the value?
 a) InputStream is = rs.getBinaryStream(...);
 b) Blob blob = rs.getBlob(...) ; InputStream is = blob.getBinaryStream();

2.  Does this bug cause database corruption?

No.


--
Kristian

Thanks&  Regards,
Devi



Reply via email to