HSQL & SA Password

Poster Content
nk4um User
Posts: 79
November 15, 2007 19:48HSQL - Updating SA Password
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
nk4um User
Posts: 79
November 15, 2007 18:42HSQL & SA Password
Given that HSQL is embedded into NetKernel, how does one change the password?