Using the Derby dblook tool with the Network Server

To use the dblook tool with the network client driver, follow these steps.

  1. Make sure the Network Server is running. See Starting the Network Server for more information.
  2. 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.

Related tasks
Using the Derby ij tool with the Network Server