How can I instantiate and load a new CachedRowSet object from a non-JDBC source?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What will happen when ResultSet is not closed?

1 Answers   CTS,


How to use JDBC API to call Stored Procedures?

0 Answers  


What is difference between odbc and jdbc?

0 Answers  


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

0 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


how to retrieve sql exceptions

2 Answers   Bosch,


Explain different types of locks in jdbc?

0 Answers  


Where is mysql jdbc driver located?

0 Answers  


What is jdbc and its types?

0 Answers  


What are database warnings in jdbc and how can we handle database warnings in jdbc?

0 Answers  


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


How to get the Database server details in java program?

0 Answers  


Categories