Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
1027What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
955
What is jdbc vs odbc?
What are the classes and methods used for sending sql statements to database?
Can I use JDBC to execute non-standard features that my DBMS provides?
Explain jdbc savepoint?
What are the main steps in java to make JDBC connectivity?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Explain the JDBC Architecture?
How do I disallow NULL values in a table?
Explain the importance of drivermanager.
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How many ways that we can view a result set?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is jdbc explain?
What is the use of dialect?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?