Connecting to 1.8 HyperSQL database using the newest version of jdbc connector

ppax1 :

When I try to connect to a HSQL database version 1.8.0.10 using the newest version of HSQL connector 2.4.1 with java (jdbc) It actually rewrites the nameofdatabase.db.properties and nameofdatabase.db.script files so after that it is not possible to connect to that database with connector of version 1.8.0.10.

Is there any way how to prevent rewriting/editing those files when connecting with newest version of hsql jdbc database connector?

fredt :

Try connecting with jdbc:hsqldb:file:nameofdb;readonly=true

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=107827&siteId=1