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