1) Create a database directory and put a
copy of your Base document in this directory.
2) Create a subdirectory "driver".
3) Download the latest database engine from
http://www.hsqldb.org/. This is a zip archive. Extract lib/hsqldb.jar from the archive into the driver directory.
4) Download the attached Writer document from
[Python] Macro to extract and reconnect embedded HSQLDB and put it in a "trusted directory" according to menu:Tools>Options>Security>Macro Security
5) Hit the button in that document to install the Python macro.
6) Open your database document in the database folder (1) with the additional driver (3) in subdirectory (2)
7) Call menu:Tools>Macros>Run... pyDBA>ExtractHSQL>Main
8) Test all your query, forms and reports with the new database connection and save the database document.
This database is a lot more safe because it is no longer embedded in a Base document while offering more features, DATEADD for instance.