Re: How to detect existing text tables in a hsql db?



You need to issue a SHUTDOWN statement before closing the connection to
your database. Otherwise HSQLDB does not write everything to disk.

Thank you for the fast answer. Now it works without problems :).

Susanne

.