Overview


Database drivers overview

JDBC drivers have four types. In general, Type 4 drivers, also known as native-protocol/all-Java drivers, offer superior performance to other JDBC driver types. ColdFusion 8 Enterprise Edition includes a wide variety of Type 4 drivers, and the Standard Edition includes a Type 4 driver for Microsoft SQL Server. ColdFusion also supplies Type 3 drivers for Microsoft Access and for the ODBC Socket, and a Type 2 driver for use with Microsoft Access Unicode databases.

 

The following table describes the JDBC drivers for ColdFusion, and provides links to procedures for connecting to data sources using those drivers:

 

Driver

Type

DB2 Universal Database

4

Informix

4

J2EE datasource (JNDI)

 

Microsoft Access

3

Microsoft Access with Unicode

2

Microsoft SQL Server

4

MySQL

4

ODBC Socket

3

Oracle

4

Other

 

Connect to PostgreSQL

 

Sybase

4

Related topics