i am using HSQLDB in the embedded mode.
"jdbc:hsqldb:file:abc\TESTDB;
after creating the database the folder abc has following files
TESTDB.lck TESTDB.script TESTDB.log TESTDB.properties
my application is working properly
But my question is which is the main database file amongst the above files listed ?
or the main database file is stored in some other location ?