Easysoft ODBC-JDBC GatewayWhat settings are required to run the Easysoft ODBC-JDBC Gateway with Apache Derby/IBM Cloudscape 10+? |
|
| Attribute | Value |
|---|---|
| Driver Class | org.apache.derby.jdbc.ClientDriver |
| Class Path | <jarfiledir>derbyclient.jar where c:\jars\derbyclient.jar |
| URL | jdbc:derby://localhost/database where database is the database you want to connect to. For example:
|
See http://db.apache.org/derby/ and http://www.ibm.com/software/data/cloudscape/.
Note Ensure that there are no trailing spaces left at the end of the Driver Class value.