Consider the following code
....
ResultSet r = statement.executeQuery();
statement.close();
connection.close();
What happens to the ResultSet r?
What happens if I only close the statement, but continue to use
the connection?
--
Warren Little
Senior Vice President
Secondary Marketing
Security Lending Wholesale, LC
www.securitylending.com
Tel: 866-369-7763
Fax: 866-849-8082