Creating a shared HSQLDB database
Posted
by Robert Munteanu
on Stack Overflow
See other posts from Stack Overflow
or by Robert Munteanu
Published on 2009-06-08T11:56:27Z
Indexed on
2010/06/02
10:04 UTC
Read the original article
Hit count: 241
In-process HSQLDB database are not expected to be opened by others, even for file-based storage.
The documentation hints that this is possible: Server Modes, Advanced Topics, but I've not yet found a URL for how to activate this behaviour.
Did anyone do this so they can share how to?
© Stack Overflow or respective owner