Available drivers Different JDBC drivers are available depending on the environment you choose for .
  • org.apache.derby.jdbc.EmbeddedDriver

    A driver for embedded environments, when runs in the same JVM as the application.

  • org.apache.derby.jdbc.ClientDriver

    A driver for the Network Server environment. The Network Server sets up a client/server environment.