Satheesh Bandaram wrote: >If closing ResultSets and Statements don't release memory, I think, that would >be a bug. If you have a repro, I would file a bug in Jira and attach a test >case. > >Satheesh > > > >simmi iyer wrote: > >>What I mean is ResultSet.close() in java is not >>closing the cursors at database end. Because of that >>RAM utilized keeps on increasing and at some point of >>time "Out of Memory" error occurs. >> > > I don't know of a problem with ResultSets, but for network server, DERBY-210 is an issue for prepared statements. http://issues.apache.org/jira/browse/DERBY-210
I added a comment to the bug on how to workaround this issue. Kathey
