The issues with database remaining open after connections are
closed was discussed last week.
For practical purposes, you do not actually need to close the
database. The CSV files that you are using are linked with an HSQLDB table with
the SET TABLE name SOURCE .. command. Once you have finished with the CSV
files, issue a SET TABLE name SOURCE "" to reset the source to nothing. You can
then remove / rename the CSV files and then use SET TABLE name SOURCE
again to link to a different or new version of the CSV file.
A web application is obviously designed to be on all the time,
so having the HSQLDB engine running with empty data is fine.
Fred
|
- [Hsqldb-developers] HSQLDB.lck file issues Troy McKinnon
- Re: [Hsqldb-developers] HSQLDB.lck file issues fredt
- Re: [Hsqldb-developers] HSQLDB.lck file issues Troy McKinnon
- Re: [Hsqldb-developers] HSQLDB.lck file issues fredt
- [Hsqldb-developers] HSQLDB.lck file issues ... Troy McKinnon
- fredt