|
If this is in Java, there might be a problem with the ResultSet should you attempt to use the connection, as the ResultSet is dependant on the connection. Should you use the connection to do something else or close the connection (or should the connection be closed for you), it'll screw up the ResultSet.
|