I don't know this for sure, but look for a file called slidestructure.script, or *.script. It is an ascii file which contains Create table sql statements Index sql statements Insert statements, And while slide runs it actually has rollback and commit statements. This leads me to believe that HSQL actually "starts all over" with each invocation, and recreates the db in memory from the script file.
Again this is just a slightly educated WAG..... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:24 AM To: [EMAIL PROTECTED] Subject: RE: JDBCContentStore - another configuration attempted - success Just one thing which surprised me a bit - the database is saved somewere in permanent storage so it's not lost on restart, I though hsqldb is a memory-only database. Does anyone know where is the permanent storage of hsqldb? Cheers, --Amos -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
