TrackStudio Enterprise 3.2
Initializing an HSQLDB Database

The following topic describes how to configure TrackStudio for use with an HSQLDB database management system.

  1. Start HSQLDB:
  • TrackStudio SA:
> hsql
  • TrackStudio WAR: Use the HSQLDB release supplied with TrackStudio WAR.
> java -cp hsqldb.jar org.hsqldb.Server -database TrackStudio
  1. Configure the database connection properties:
    • TrackStudio SA: Go to the Database -> Database Connectivity tab, enter the JDBC connection properties.
    • TrackStudio WAR: Edit the trackstudio.hibernate.properties:
hibernate.dialect org.hibernate.dialect.HSQLDialect
hibernate.connection.url jdbc:hsqldb:hsql://localhost
hibernate.connection.driver_class org.hsqldb.jdbcDriver
hibernate.connection.username sa
hibernate.connection.password
  1. Initialize the database:
    • TrackStudio SA: Go to the Database -> Database Management tab and click the Create Database button.
    • TrackStudio WAR: Execute sql\install\trackstudio-hsql.sql:
> java -cp hsqldb.jar org.hsqldb.util.DatabaseManager

The following topic describes how to rename an HSQLDB database.

Copyright (c) 2002-2006. All rights reserved.
What do you think about this topic? Send feedback!