Total Number of Row Resultset getRow Method

The Solution to Total Number of Row Resultset getRow Method is


BalusC's answer is right! but I have to mention according to the user instance variable such as:

rSet.last(); 
total = rSet.getRow();

and then which you are missing

rSet.beforeFirst();

the remaining code is same you will get your desire result.

~ Answered on 2011-09-25 14:01:00


Most Viewed Questions: