How is database middleware used to access legacy databases?
Answer Posted / 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 View All Answers
What is batch processing and how to perform batch processing in jdbc?
What is db client?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Is jdbc part of j2ee?
What does the jdbc resultsetmetadata interface?
What is the meaning of connection?
What is difference between statement and preparedstatement in jdbc?
What is JDBC API and when do we use it?
What is jdbc thin client in oracle?
password, is stored in as plain text. What can I do to protect my passwords?
How can I create a custom RowSetMetaData object from scratch?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
How do I receive a ResultSet from a stored procedure?
What does jdbc do?