PDA

Click to See Complete Forum and Search --> : Memory leak


Names
Jun 18th, 2003, 04:46 AM
Hi,

I would like to see a database changes every 2 seconds from my java application, so I opened a connection to this database then I excute the query every 2 seconds to return the result, But I noticed a memory leak with time due to this statement.executeQuery

Is there any solution to overcome this leak??

ur help is so appreciated
thanks

CornedBee
Jun 18th, 2003, 06:51 AM
Leaks in Java?

Dillinger4
Jun 19th, 2003, 03:02 PM
Memory Leak. :confused: :p