JDBC is a Java API (Application Programming Interface, an interface between application programs and the operating system) that you use to execute SQL statements. JDBC enables an application, such as ColdFusion, to interact with a variety of relational databases, without using interfaces that are database- and platform-specific.
Note: JDBC is not an acronym; however, it is often believed to stand for Java DataBase Connectivity.
The following table describes the four types of JDBC drivers:
The following table shows the database drivers supplied with ColdFusion and where you can find more information: