Can anybody help me with HSQL java RDBMS
How is the performance of HSQL when queried at a faster rate.
I have noticed that despite closing all connections and exiting a
standalone HSQLDB database, at least one connection still remains open.
Code will run fine for the first time. Second time (if it is run
immediately after the first time say within 2-3 seconds after
completion of first execution) it fails everytime citing a database
locked exception!