View Single Post
Old 07-12-2004, 01:37 PM   #4 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
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.
__________________
GitS
Belisarius is offline   Reply With Quote