PrepAway - Latest Free Exam Questions & Answers

Which of the following represents the best way for your Java program to use ODBC?

Which of the following represents the best way for your Java program to use
ODBC?

PrepAway - Latest Free Exam Questions & Answers

A.
use the JDBC-ODBC Bridge

B.
use native calls

C.
use in process RPCs

D.
use out of process RPCs

Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ Prior to the development of the JDBC API,
Microsoft’s ODBC (Open DataBase Connectivity. API was the most widely used
programming interface for accessing relational databases. It offers the ability to
connect to almost all databases on almost all platforms. So why not just use ODBC
with the help of the JDBC API in the form of the JDBC-ODBC Bridge. The
QUESTION
now becomes, “Why do you need the JDBC API?”


Leave a Reply