How to find number of records in result set?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi...You can use one separate query for that purpose
i.e String query ="select count(*) from emp";
It will give u total no.of records in ResultSet.
| Is This Answer Correct ? | 2 Yes | 5 No |
how to use CallableStatement? specially how to use their index given ..
What are the standard isolation levels defined by JDBC?
What are the basic exceptions in jdbc?
How do you determine the sensitivity of the ResultSet object?
What are static and dynamic queries?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is preparedstatement in jdbc?
What is a statement in java?
In which ways is driver class is registered with drive manager?
Why “no suitable driver” error occurs?
What is connection commit?
What are the functions of the jdbc connection interface?