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 |
Compare jdbc and odbc and how is jdbc required in this context.
How can we retrieve data from the resultset?
When do we use execute method in java jdbc?
What are the advantages of using preparedstatement in java?
how can we get the metaData (columnNames) from a table which has no Records..
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is difference between odbc and jdbc?
Which Java and java.sql data types map to my specific database types?
What is 2-tier and 3-tier architecture?
What happens if connection is not closed in jdbc?
What is a datasource in java?
What is the difference between setmaxrows(int) and setfetchsize(int)?