Derby JDBC Driver and URL Information
Derby Network Client JDBC Driver DRIVER CLASS: org.apache.derby.jdbc.ClientDriver DRIVER LOCATION: Specify the location on your machine of the derbyclient.jar file. JDBC URL FORMAT: jdbc:derby://<host>[:<port>]/<database_name> |
Derby Embedded JDBC Driver DRIVER CLASS: org.apache.derby.jdbc.EmbeddedDriver DRIVER LOCATION: Specify the location on your machine of the Derby jar file. JDBC URL FORMAT: jdbc:derby:<path to database directory><;create=true> (NOTE: use create=true to create a new database) |