Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how can i know how many rows in the result??

843854May 19 2004 — edited May 20 2004
example :
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


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2004
Added on May 19 2004
8 comments
111 views