Seting Schema for HSQLDB in JDBC connection -


how 1 set schema hsqldb in jdbc url itself.

kinda how can in mysql jdbc:mysql://localhost:3306/

-edit-

my current db url looks this

jdbc:hsqldb:file:c:\\hsqldb\\dbname 

also inside dbanme there schema newschema, can set using set schema newschema, how do using jdbc url itself.

have tried standard protocol? "jdbc:hsqldb:hsql://[host]:[port]/mydbname" how trying connect? through standalone app or creating resource? might have seen still check here if not done: http://hsqldb.org/doc/2.0/guide/dbproperties-chapt.html#dpc_connection_url


Comments