I'd like to connect to an embedded database via a network server. I've started the network server (by setting the "derby.drda.startNetworkServer" system property to true; as well as a host and port) and verified it's running (via netstat) however I'm unsure as to what the database name portion of the network url should be.
Is there a way to determine what it is; or a way I can set it? I'm running java 1.6.0_02; derby 10.2.2.0 on ubuntu 7.04. -- --------------------------------------------------------- Raymond Kroeker
