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 can we set null value in jdbc preparedstatement?
What is new in JDBC 2.0?
What is JDBC ResultSet?
Where is jdbc url mysql?
Where jdbc drivermanager class is used?
What are types of jdbc drivers?
what is JDBC?
how can we get the metaData (columnNames) from a table which has no Records..
what are design patterns?
What are the factors that the jdbc driver performance depends upon?
Name different methods for getting streams.
What is an SQL Locator?