Chapter 1 | Section 1.1 |
Introducing the JDBC/ODBC eWay | About Java Database Connectivity (JDBC) |
different databases. Many mainframe legacy
Figure 3 Typical Type 3 Middleware Driver Configuration
The pros and cons for using this type of driver are as follows:
Pros
Allows access to almost any database since the databases ODBC drivers are readily available
Offers significantly better performance than the JDBC/ODBC Bridge and Type 2 Drivers
Advanced Java feature set
Scalable
Caching
Advanced system administration
Does not require applicable database client libraries
Cons
Requires a separate JDBC middleware server to translate specific native- connectivity interface.
Type Four Driver: Direct-to-database pure Java driver
This style of driver converts JDBC calls into a network protocol that sends the converted
Pros: Better performance than Types 1 and 2. No need to install special software on client or server.
JDBC/ODBC eWay Adapter User’s Guide | 11 | Sun Microsystems, Inc. |