News

Setting up HSQLDB I used version 1.7.3.0 of HSQLDB. To use an in-memory version of the database you need to invoke the static loader for the org.hsqldb.jdbcDriver. Then when you get a JDBC connection ...
HSQLDB is a lightweight SQL database, which appeared originally as HSQL, and was focused on "in memory" operations. It forked to become HSQLDB and developed a persistent on-disk mode.
We're reviewing the Liferay portal (www.liferay.com) with an all-in-one bundle that uses an integrated HSQL database that supports only one connection at a time. We would like to install a full ...
Users can employ either their own database or Bases own, built-in HSQL database engine. Base offers a choice of using Wizards, Design Views or SQL Views for beginners, intermediate and advanced users.
The hardcoded password can be used by anyone to remotely access an exposed FileCatalyst Workflow HyperSQL (HSQLDB) database, gaining unauthorized access to potentially sensitive information.
As such, its a database designer tool, not an office-worker tool. To make HSQL useful to office-users, OpenOffice 2.0 will include a user-friendly front end, OpenOffice Base.
Users of OpenOffice derivatives should either watch for a corresponding update or (if necessary) install the revised version of the database which can be downloaded via hsqldb.org. Read 3722 times ...
This blog shows how such an application can be created using Grails, hosted on built-in Jetty servlet engine and use in-memory HSQLDB database for persistence.