Hi!

I have a tables that holds jpegs in a blob-column. My problem is how do I
fetch a collection of these blobs without getting an OutOfMemoryError?

I have mapped my column as BLOB/byte[]. So my class loads the whole blob
from the database no matter if I'm going to use it or not (eg, only use the
id of the db-row). Is there a way to only get a stream to the blob instead
of the byte[]?

Any feedback are appriceated!

Thanks in advance
Roland Carlsson



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to