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?

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

    Posted 02/24/13 10:15 PM
    what is main difference between type2 and 4 driver?


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

    Posted 02/25/13 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 02/25/13 11:49 AM
    thank you joseph.


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

    Posted 06/04/13 04:58 PM
    Any other differences between type2 and type4 drivers?