Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Modify user accounts in the database. Specifically, the UP_USER_PROFILE table contains a lookup of the structure and theme stylesheets that should be used by users.

  • Start HSQLDB

...

  • by using "ant hsql" from the top directory of the quick start.

...

  • Next, in the demo directory under HSQLDB_1-7-2-11 start the hsql manager with the command runManager (bat or .sh file).

...

  • Under File>Connect choose
Panel

Type:

HSQL Database Engine Server

Driver:

org.hsqldb.jdbcDriver

Url:

jdbc:hsqldb:hsql://localhost:8887

User:

sa

...