in JAVA by (5.2k points)

Q Which of the following type of JDBC driver, calls database vendor native library on a client side. This code then talks to database over network?

A - JDBC-ODBC Bridge plus ODBC driver

B - Native-API, partly Java driver

C - JDBC-Net, pure Java driver

D - Native-protocol, pure Java driver

1 Answer

0 votes
by (5.2k points)

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
...