JDBC, Memory Leak, URGENT Please
843853Jun 15 2001 — edited May 1 2002Memory Leak!!!
My thread each 10 sec. checks records in the table ( MS SQL). Each time in the Task Meneger the Mem Usage of my process grows by 4K. It happens after calling:
..............................
resultSet = statement.executeQuery( strSQL );
resultSet .close();
resultSet =null;'
After 2 days it grows more then 25M. But if I don't call ResultSet object - it is Ok.
Please, help me some body.
Thanks.