How many JDBC drivers are there ?

A) 2
B) 4
C) 3
D) 1

Showing Answers 1 - 4 of 4 Answers

Shahbaz

  • Dec 12th, 2005
 

B) is the correct option

  Was this answer useful?  Yes

pannapurneswar

  • Feb 23rd, 2007
 

There are 4 drivers:
JDBC-ODBC Bridge Driver(Thick Driver):this type of driver is a bridge implementation where the jdbc talks with odbc via bridge and where odbc is implemented in binarycode.Database Client should be loaded in the client machines.
Native Protocol -partly Java Driver(Thick Driver):
Net Protocol -partly Java Driver(Thin Driver):The Jdbc calls are made through net protocol and driver is implemented in partial java code.
Native API-fully Java Driver(Thin Driver):Implemented using fully java code.faster

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions