Hi.
I downloaded the latest version of HSQLDB (2.7.4) to take advantage of the benefits it offers over the embedded version of LibreOffice.
I’ve set the parameters as shown below (found on a tutorial):
Then, to connect to:
JDBC :hsqldb:file:/home/primus/Databases/BaseName;default_schema=true;shutdown=true;hsqldb.default_table_type=cached;get_column_name=false
Classe de pilote : org.hsqldb.jdbcDriver
Everything works fine. But I can no longer open my “standard” databases, with HSQLDB embedded version. This indicates that there is no access to the tables.
Please help me solve this problem.