how can i know how many rows in the result??
843854May 19 2004 — edited May 20 2004example :
String query = "SELECT user_name , password ,status FROM users";
rset = stmt.executeQuery(query);
how can i know how many times i can do the rset.next() untill get null???
is there a var that stores the value