Hello,
I am using derby for my desktop application. We have our complete application in java and one problem which we are facing is, after doing login and logout operation for five to six time it shows out of memory exception. When I used some profiler, I found out that the maximum memory is getting used in execute() method of derby. Though after each logout I close the database and before closing it I close all the statements and
PreparedStatements create during the login.
I think there are live pointer remaining after the database get closed pointing to some raw data and result sets. Can anyone please let me know whatz the best practice to make all the pointer point to null, created internally to database.

Thanks in Advance.

Regards:
Amit Modi

begin:vcard
fn:Amit Modi
n:Modi;Amit
org:PSPL, Nagpur
adr:Second Floor, Infotech Tower;;Persistent Systems Pvt. Ltd.;Nagpur;Maharashtra;444203;India
email;internet:[EMAIL PROTECTED]
title:MTS
tel;work:0712 2226900 X: 409
tel;cell:09422881563
url:http://www.persistent.co.in
version:2.1
end:vcard

Reply via email to