Wednesday, March 1, 2017

HSQLDB Server mode

1) user following  command to start hsqldb in server mode

   bin>runServer.bat -database.0 file.mydb --dbname.0 xdb

    xdb is alias of database

2) use following URl and user name to connect
 
   jdbc:hsqldb:hsql://localhost/xdb

No comments:

Post a Comment