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 is DML?

0 Answers  


Is JDBC a language or Application?

3 Answers  


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

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


What is JDBC RowSet? What are different types of RowSet?

0 Answers  






What is the difference between ExecuteUpdate and ExecuteQuery?

1 Answers   Exilant,


What is a datasource in java?

0 Answers  


Where can I find ojdbc14 jar file?

0 Answers  


What is jdbc odbc bridge in java?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


How can you load the drivers?

0 Answers  


What is a JDBC 2.0 DataSource?

0 Answers  


Categories