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 does the jdbc driver interface do?
What is meant by jdbc?
What is jdbc databasemetadata interface?
What is jdbc in dbms?
What is the difference between jdbc and jndi?
What is the fastest type of JDBC driver?
What is the syntax of URL to get connection?
Is jdbc an api?
What is represented by the connection object?
Discuss the procedure of retrieving warnings?
Explain the life cycle of jdbc.
How to update a resultset programmatically?