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 method Class.forName returns?
What is setautocommit in jdbc?
What do you mean by batch processing in jdbc?
How can we move the cursor in a scrollable result set?
Can you define a foreign key, with a key from the same table?
What is use of connection pooling?
What are types of jdbc drivers?
What type of drivers have you used?
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?
what is connection pooling?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
Differentiate between a statement and a preparedstatement.