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 many ways can you update a result set?
How many types of jdbc drivers are available?
What are four types of JDBC driver?
What is batch processing and how to perform batch processing in jdbc?
What is two-phase commit in the database?
Explain the two tier and three tier architecture of jdbc.
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How to set NULL values in JDBC PreparedStatement?
Explain how data flows from view to db and reverse
What is jdbc and jdbc drivers?
What are clob and blob data types in jdbc?
Is jdbctemplate thread safe?
How can we store and retrieve images from the database?
What is jdbc and why is it required?
What are the advantages of database connection pooling?