My query is retrieving a recordset. I want to pass this recordset around so i can do some processing on it. However my compiler complains that my methods (set to return java.sql.ResultSet) have no return statements. Any ideas on how i can return a java.sql.ResultSet??
Java Rawks
Butch Car
Greenhorn
Joined: Jan 12, 2001
Posts: 13
posted
0
Check to make sure that you are actually returning the ResultSet.