What are the different jdbc drrivers and explain them?

Questions by suri_veeru

Showing Answers 1 - 2 of 2 Answers

Guest

  • Mar 9th, 2006
 

There are 4 types of drivers are available

1.Jdbc odbc Driver (JDBCODBC Bridge Driver)

2.Native API and  partly Java Technology -enabled driver

3.Net protocal fully java technology enabled driver

    JDBC Api Calls into DBMS Independent net protocal which is then  translated   to

DBMS protocal by the server

4.Partly java and Native protocal

  Was this answer useful?  Yes

nirmala

  • Mar 20th, 2006
 

 1.java JDBC native Driver

2.all java JDBC net Driver

3.JDBC-ODBC bridge Driver

4.native protocol all java net driver

  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