JDBC ResultSet total rows

Posted by Zeeshan on Stack Overflow See other posts from Stack Overflow or by Zeeshan
Published on 2010-06-14T19:06:37Z Indexed on 2010/06/14 19:32 UTC
Read the original article Hit count: 184

Filed under:
|

I am implementing Paging in my application. For this i run a query and get a resultset. Now i want to get total no of records in this resultset for my paging calculation. How can i get ? i dont want to execute a extra sql which gives me total rows

© Stack Overflow or respective owner

Related posts about java

Related posts about jdbc