Does anyone know how to export HSQLDB to .sql
file or something on a computer and restore on other computer.
To get a dump of the hsqldb file using either the embedded or file/server mode.
In an sql tools dialog use:
SCRIPT 'c:\path\to\db\db_sql.sql';
This will not work with spaces in the path
Please see the hsqldb docs