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
Differentiate between a statement and a preparedstatement.
Why should we close database connections in java?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Write a program JDBCcode forfetching student database with SQL.
Does JDBC support stored procedures?
Can resultset be null in java?
Explain the difference between rowset vs. Resultset in jdbc?
Expalin the method of calling a stored procedure from jdbc.
What is in terms of jdbc a datasource?
What class.forname will do while loading drivers of jdbc?
What are devices?
What is the most common example type 1 driver?
How do you determine the sensitivity of the ResultSet object?
What are the factors that the jdbc driver performance depends upon?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?