what are the types of result sets in JDBC 3.0 ?
Answer Posted / a.srinivas rao
there are three tyesof result sets in jdbc
1.resultset 1.0
2.resultset 2.0
3.rowset (resultset3.0 )
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How does a file store compare with a jdbc store?
What is the latest version of JDBC? What are the new features added in that?
How do we load the drivers?
What is an escape syntax?
Is jdbc an api?
Which is better jpa or jdbc?
How can I connect mysql or oracle with java?
Which Java and java.sql data types map to my specific database types?
What is a jdbc connection pool?
How to get the Database server details in java program?
Explain the necessary steps to connect to the database in java?
What is jdbc odbc bridge?
What does the jdbc databasemetadata interface?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Why do we need jdbc?