Hi, check out the following page
http://java.sun.com/products/jdbc/datasheet.html
Sun gives a full description of the driver types.
Basically type 4 driver:
This style of driver converts JDBC calls into the network protocol used
directly by DBMSs, allowing a direct call from the client machine to the
DBMS server and providing a practical solution for intranet access.
Type two driver:
A native-API partly Java technology-enabled driver: This type of driver
converts JDBC calls into calls on the client API for Oracle, Sybase,
Informix, DB2, or other DBMS. Note that, like the bridge driver, this style
of driver requires that some binary code be loaded on each client machine.
Casey Kochmer
[EMAIL PROTECTED]
>From: Luc Saint-Elie <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: what is type 4 driver and type 2 driver?
>Date: Tue, 8 Aug 2000 17:09:11 +0200
>
>Majid,
>
> >What is type 4 driver and type 2 driver?
> > I have never heard them.
>
>You may want to read :
>http://industry.java.sun.com/products/jdbc/drivers
>http://java.sun.com/products/jdbc/driverdesc.html
>
>and more generally
><advertizing>
>http://www.interpasnet.com/JSS
></advertizing>
>
>
>BTW : this is not very closely related to JSP :-))
>
>===============================
> Servlet's Taverne
> http://www.interpasnet.com/JSS
>===============================
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets