To start hsqldb in server mode with opening of standalone file

To open hsqldb v 2.4.1 in server mode for multiuser, i am using batch file to run it and always need start it separately but i want to start hsqldb in server mode with opening of standalone file.

thanks

LO is gradually moving away from HSQLDB. This is because it is trying to move away from Java which HSQLDB is written in.

I suggest you consider this in your long term planning.

A database written in C or C++ is faster and doesn’t have the risk of being controlled by one corporation in the future.

So better probably to consider Firebird (written in c++), MariaDB (written in C/C++) or PostgreSQL (written in c).