How can I use the JDBC API to access a desktop database like Microsoft Access over the network?


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

Post New Answer

More JDBC Interview Questions

What is the difference between jdbc and odbc?

0 Answers  


Explain the steps in writing a java program using jdbc?

0 Answers  


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

0 Answers  


Explain creation of statement object with connection method create method with help of an example.

0 Answers  


What are the different types of statements? How we can you use preparedstatement.

0 Answers  






What are the new features available in jdbc 4.0?

0 Answers  


How do I load a database driver with JDBC 4.0 / Java 6?

0 Answers  


What are restrictions on triggers?

0 Answers  


How to check jdbc driver version in websphere?

0 Answers  


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

0 Answers  


Describe odbc?

0 Answers  


Which type of driver is unique in jdbc?

0 Answers  


Categories