Thread: ResultSet size
View Single Post
  #1 (permalink)  
Old 11-13-2007, 06:27 PM
bugger bugger is offline
Senior Member
 
Join Date: Nov 2007
Posts: 111
bugger is on a distinguished road
ResultSet size
I am quering a table in database and getting records in a ResultSet object. I want to know the number of records in ResultSet. How to do that?

I want want to query the table foe te number of records:

Code:
select count(*) from tablename where ...
Reply With Quote
Sponsored Links