Posted:
15-November-2007 19:48 I found instructions for connecting DBVisualizer to HSQL.
http://scis.athabascau.ca/html/courses/comp200n/hsql/
1. Use the driver manager to reference the HSQL.jar file in [Install]/modules/mod-db/lib
2. Setup connection to localhost: jdbc:hsqldb:localhost
3. Connect as SA with no password
4. From SQL Command Window execute
ALTER USER <username> SET PASSWORD <password>;
Cheers |