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 are the differences between resultset and rowset?
When does the result for an sql statement return null?
How can I manage special characters when I execute an insert query?
What class.forname does, while loading the drivers?
How to test jdbc connection to sql server?
What is the use of dialect?
What is difference between jdbc and odbc?
What is jdbc type?
What is jdbc explain?
Which database is used with java?
How do I insert/update records with some of the columns having NULL value?
What are the advantages of using preparedstatement over statement?
What is setautocommit in jdbc?
What are the different classes through which JDBC represents statements?
Explain the locking system in jdbc?