+1 vote
in QlikView by

What is the difference between ODBC, OLEDB, and JDBC?

1 Answer

0 votes
by

Below is the difference between ODBC, OLEDB and JDBC.

ODBC:

ODBC is API for accessing DBMS

The full form of ODBC is Open Database Connectivity

OLEDB:

OLEDB is API that allows accessing data from a wide range of sources uniformly

The full form of OLEDB is Object Linking and Embedding Database.

JDBC:

JDBC is API for Java that defines how a client can access the database

The full form of JDBC is Java Database Connectivity.

Related questions

0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
0 votes
asked May 21, 2020 in JAVA by GeorgeBell
...