From: Alan on
Hi,

I retrieve data from a MS Access file and I get the following error
message:

Java exception occurred:
java.lang.OutOfMemoryError: Java heap space
..

Error in ==> cursor.fetch at 109
dataFetched =
dataFetch(fet,resultSetMetaData,p.NullStringRead,p.NullNumberRead);

Is there anyway I can solve the out of memory error?

Thanks,

Alan
From: Trevor on
You can use fetch(cursor,N) to fetch only N rows at a time.