Answer Posted / ramu
while(rs.next())
{
getInt(1);
}
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Why do we need jdbc?
What are the main steps in java to make JDBC connectivity?
What is meant by jdbc and odbc?
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.
Does JDBC support stored procedures?
What is jdbc odbc driver?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Result set’s index starts with 0 or 1?
How many rowset are available in jdbc?
What is an escape syntax?
How can we store and retrieve images from the database?
Explain the main method?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What are drivers available?
How can I retrieve a String or other object type without creating a new object each time?