From: Alan on 29 May 2007 15:36 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 30 May 2007 09:09 You can use fetch(cursor,N) to fetch only N rows at a time.
|
Pages: 1 Prev: deploying standalone executable in Matlab 7 Next: Compile problem |