Menu

Browse the data with the HSQL Data Manager .

Help
2006-11-15
2013-04-15
  • Pierre Rougier

    Pierre Rougier - 2006-11-15

    Hello,

    sJTE v0.47-experimental

    I have run sJTE with the --quoteImport param.
    Now I want to browse the data with the org.hsqldb.util.DatabaseManagerSwing.
    How to proceed to brose the data with the HSQL database Manager ?

    Thanks,

    Pierre8

     
    • sfl

      sfl - 2006-11-25

      In the sfljtse/lib directory you can find the dbm.sh file which contains:

      java -cp ./hsqldb.jar org.hsqldb.util.DatabaseManagerSwing

      which brings up the HSQLDB GUI (so just execute ./dbm.sh & or the dbm.bat if you are running windows).

      then, you have to choose the Stand Alone and give a path to database file ex. ../jars/data/default

      Or simply, type this:

      java -cp ./hsqldb.jar org.hsqldb.util.DatabaseManagerSwing --driver org.hsqldb.jdbcDriver --url jdbc:hsqldb:file:../jars/data/default

      There is no password set by default for the sa user.

      bye

       

Log in to post a comment.