Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to find total column from a resultset?

Answer Posted / ramu

while(rs.next())
{
getInt(1);
}

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need jdbc?

1105


What are the main steps in java to make JDBC connectivity?

1072


What is meant by jdbc and odbc?

943


any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

2354


Does JDBC support stored procedures?

1060


What is jdbc odbc driver?

1083


How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

1040


Result set’s index starts with 0 or 1?

1108


How many rowset are available in jdbc?

1160


What is an escape syntax?

1033


How can we store and retrieve images from the database?

1008


Explain the main method?

1094


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

1142


What are drivers available?

1067


How can I retrieve a String or other object type without creating a new object each time?

1245