For the -provided
network client driver, the format for the database connection URL for connecting
to a database is this: jdbc:derby://server[:port]/databaseName[;URLAttributes=value[;...]]where the server and port specify
the host name (or IP address) and port number where the server is listening
for requests and databaseName is the
name of the database you want to connect to. The URLAttributes can
be either embedded
or network client attributes. See the for
more information on accessing the Network Server by using the network client.