How is database middleware used to access legacy databases?



How is database middleware used to access legacy databases?..

Answer / guest

Database middleware enables legacy databases to be accessed
from Java by translating between JDBC and the drivers that are
supported by the legacy databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

0 Answers  


How to update a resultset programmatically?

0 Answers  


What is a jdbc connection?

0 Answers  


How can we retrieve the file in the oracle database?

0 Answers  


Diff. types of triggers..

4 Answers   Logica CMG,






what is the difference between SENSITIVE and INSENSITIVE?

1 Answers  


What is jdbc driver?

0 Answers  


What is the use of JDBC DriverManager class?

0 Answers  


What is JDBC API and when do we use it?

0 Answers  


How do I disallow NULL values in a table?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


Explain the role of driver in jdbc.

0 Answers  


Categories