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 |
How many ways that we can view a result set?
Explain about multiple implementations and drive manager?
What is layer in communication?
Define preparedstatement.
What are the three parts of a jdbc url?
How can we store and retrieve images from the database?
How are jdbc statements used?
If you are truncated using JDBC, how can you that how much data is truncated?
What is jdbc drivers in java?
What is url in jdbc connection?
What is drivermanager in jdbc?
How can I create a custom RowSetMetaData object from scratch?