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 |
What is the reason why we need a jdbcrowset like the wrapper around resultset?
How to check jdbc connection in java?
Does the JDBC-ODBC Bridge work with Microsoft J++?
what happens if connection is not closed?
How to connect multiple database in jdbc?
How many types of jdbc drivers are available?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
Is jdbc object oriented?
How can we retrieve the file in the oracle database?
how can we get the metaData (columnNames) from a table which has no Records..
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
what is callable statement?