apache > db
Apache DB Project
 
Font size:      

Driver

Driver

Before a JDBC application interacts with a database, it must cause the JDBC driver to be loaded in the Java session. Derby provides the following JDBC driver for use with the Derby database engine:

  • org.apache.derby.jdbc.EmbeddedDriver

    For embedded environments, when Derby runs in the same JVM as the application.

To access the Derby Network Server, you can download at no cost the IBM DB2 Universal Driver from IBM developerWorks:

  • com.ibm.db2.jcc.DB2Driver

    For JCC clients connecting to the Derby Network Server

You can use ij to connect to any database that supplies a JDBC driver. For those databases, you would need to load the supplied JDBC driver.


Previous Page
Next Page
Table of Contents
Index