Using network client driver to connect to network server. Using java threads to run parallel selects. RAM used goes up and after some time Network server throws "Out of Memory" error.
Obviously the cursors at database end are not getting closed when ResultSet is closed at the client end java code. I understand from Derby docs that cursors by default get closed when a commit is done on connection. Is there any other way of closing the database cursors? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
