how to find size of ResultSet in JAVA
843785Dec 5 2008 — edited Dec 7 2008hi ,
I have one problem... went for sun API but i did not get any solution....please any body help me... my problem is ......
I got the data from DataBase by executing a query . so my Resultset having some records.Now my problem is how to find the size of ResultSet.without converting into list or without wile loop I want to find out size of my ResultSet
..... Is there any predefined method for that;
thanks in advance