Java DB

Apache Derby

Getting Started With Derby

Derby Getting Started
Derby Reference Manual
Derby Developer's Guide
Derby Performance Tuning
Derby Server and Admin Guide
Derby Tools and Utilities
Derby Getting Started
-Introduction to Derby
-Installing and configuring Derby
-Self-study tutorial for users new to Derby
-Quick start guide for experienced JDBC users
-Documentation conventions
-Derby libraries and scripts: complete reference

 

Available drivers

Different JDBC drivers are available depending on the environment you choose for Derby.

  • org.apache.derby.jdbc.EmbeddedDriver

    A driver for embedded environments, when Derby 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.

 

javadb@jdbcurl.com