Re: Reading blobs larger than a certain size fails with memory error

2006-01-09 Thread Grégoire Dubois
Thank you very much. It works ! Greg Le dimanche 08 janvier 2006 15:21 -0800, Daniel John Debrunner a crit : Grgoire Dubois wrote: Here is some sample code. Thanks for the repro. If you change the statement type to ResultSet.TYPE_FORWARD_ONLY from ResultSet.TYPE_SCROLL_INSENSITIVE

Re: Reading blobs larger than a certain size fails with memory error

2006-01-09 Thread Sunitha Kambhampati
Daniel John Debrunner wrote: So it's a bug, but there is a workaround. I have opened Jira entry - DERBY 802 for this. Thanks, Sunitha.

Re: Reading blobs larger than a certain size fails with memory error

2006-01-07 Thread Grégoire Dubois
into the database , but reading blobs larger than a certain size fails with memory error (java.lang.OutOfMemoryError). *How to repeat:* Insert a blob about 10Mo or more in size and then try to read it back out. Does someone else have the same problem ? Do I have to report a bug ? Do you

Reading blobs larger than a certain size fails with memory error

2006-01-06 Thread Grégoire Dubois
Hi all, I am using the embedded driver. I can write big blobs into the database , but reading blobs larger than a certain size fails with memory error (java.lang.OutOfMemoryError). How to repeat: Insert a blob about 10Mo or more in size and then try to read it back out. Does someone else

Re: Reading blobs larger than a certain size fails with memory error

2006-01-06 Thread Daniel John Debrunner
Grégoire Dubois wrote: Hi all, I am using the embedded driver. I can write big blobs into the database , but reading blobs larger than a certain size fails with memory error (java.lang.OutOfMemoryError). *How to repeat:* Insert a blob about 10Mo or more in size and then try to read