I've started the HSQLDB server with two databases open. i'm using the server protocol for connection i.e. jdbc:hsqldb:hsql://localhost/portdb
portdb is just one database, how can i tweak this URL such that it connects to this and the other db?
I've been referring to hsql user guide but seems nowhere defines this