WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

difference between type 2 and type 4 driver database?

saravana kumar

saravana kumarSun February 24, 2013 10:15 PM

saravana kumar

saravana kumarMon February 25, 2013 11:49 AM

uppala venkata

uppala venkataTue June 04, 2013 04:58 PM

  • 1.  difference between type 2 and type 4 driver database?

    Posted Sun February 24, 2013 10:15 PM
    what is main difference between type2 and 4 driver?


  • 2.  difference between type 2 and type 4 driver database?

    Posted Mon February 25, 2013 11:35 AM
    en.wikipedia.org/wiki/JDBC_driver

    The JDBC type 2 driver, also known as the Native-API driver, is a database driver implementation that uses the client-side libraries of the database The driver converts JDBC method calls into native calls of the database API.
    In oneline ... this need dbClient to be installed on the machine.

    The JDBC type 4 driver, also known as the Direct to Database Pure Java Driver, is a database driver implementation that converts JDBC calls directly into a vendor-specific database protocol.


  • 3.  difference between type 2 and type 4 driver database?

    Posted Mon February 25, 2013 11:49 AM
    thank you joseph.


  • 4.  difference between type 2 and type 4 driver database?

    Posted Tue June 04, 2013 04:58 PM
    Any other differences between type2 and type4 drivers?