To use the dblook tool with the network client
driver, follow these steps.
- Make sure the Network Server is running. See
Starting the Network Server for more information.
- Include the necessary
Derby and network client
driver connection attributes as part of the database URL, as in the following
example:
java org.apache.derby.tools.dblook -d 'jdbc:derby://localhost:1527/sample;
user=user1;password=secret4me;'
For details on using the dblook tool, see the
Derby Tools and Utilities Guide.