There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
No Answer is Posted For this Question
Be the First to Post Answer
How data can be inserted into long row column of database?
How to get the Database server details in java program?
Explain the locking system in jdbc & its types?
What is sqlwarning and discuss the procedure of retrieving warnings?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How can you use preparedstatement in jdbc?
What is a Connection?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are the common tasks of JDBC?
What are the 4 types of jdbc drivers?
What are static and dynamic queries?