Previous Topic: Forward Inc DatabaseNext Topic: SDKWS Sample Connector Configuration


Connect to the Database Using the IJ Tool

You can connect to the database using Derby’s IJ tool. Add IJ to your environment path before using the IJ tool.

To connect to the database, open a Command Prompt window and enter the following command:

Ij
connect ‘jdbc:derby://localhost:1527/../webapps/forwardinc/db’ user ‘admin’ password ‘password’;