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 url in jdbc connection?
Explain how to make updates to the updatable resultsets.
What is the use of getGeneratedKeys() method in Statement?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
State the different connection methods used for creating different types of sql.
What is database connection pooling? Advantages of using a connection pool?
How to check jdbc connection in linux?
What is the use of dialect?
What is DML?
How does jdbc driver work?
How to get the Database server details in java program?
What is jdbc url for mysql?
What is a statement?
What are drivers available?