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 the reason why we need a jdbcrowset like the wrapper around resultset?

0 Answers  


How to check jdbc connection in java?

0 Answers  


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

0 Answers  


what happens if connection is not closed?

7 Answers   CTS,


How to connect multiple database in jdbc?

0 Answers  


How many types of jdbc drivers are available?

0 Answers  


What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?

1 Answers   AppLabs,


Is jdbc object oriented?

0 Answers  


How can we retrieve the file in the oracle database?

0 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


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

0 Answers  


what is callable statement?

6 Answers   Infogain,


Categories