12 messages in com.mysql.lists.javaoutOfMemoryError
FromSent OnAttachments
danilo24 Jun 2003 03:02 
Dirk Hillbrecht24 Jun 2003 03:07 
dr.ahab24 Jun 2003 03:18 
Jeff Mathis24 Jun 2003 08:31 
danilo25 Jun 2003 08:28 
Mark Matthews25 Jun 2003 08:49 
Jeff Mathis25 Jun 2003 08:55 
Dirk Hillbrecht25 Jun 2003 09:17 
danilo25 Jun 2003 09:52 
Mark Matthews25 Jun 2003 10:06 
Shankar Unni25 Jun 2003 10:09 
Dirk Hillbrecht25 Jun 2003 10:36 
Subject:outOfMemoryError
From:danilo (dani@yahoo.it)
Date:06/24/2003 03:02:26 AM
List:com.mysql.lists.java

Hi all, I'm working on an application that access a MySQL database. This database is very easy (only three table) but it contains a lot of data ( 650000 record circa in the most-interesting table ), my problem is that when I try to retrieve ALL the data I get a java.lang.OutOfMemoryError. It is there some alternative, more-efficient, less-memory-consuming structure other than java.sql.ResultSet???

Anyone have ever had the same problem?? how did He/She resolved it?