How to connect to HSQLDB using GUI

HSQLDB is a lightweight and opensource database server which supports memory and file storage. This database engine is 100% written in Java.

To connect to this database using GUI, engine has a DatabaseManager that you can run for data manipulation and database query.

Enter this command :
java org.hsqldb.util.DatabaseManager -driver org.hsqldb.jdbcDriver -url -user

Note : Please make sure that the hsqldb.jar was included in your classpath, if not you can use this command instead.

java -cp
org.hsqldb.util.DatabaseManager -driver org.hsqldb.jdbcDriver -url -user

Comments »

The URI to TrackBack this entry is: http://cjbaldoza.blogsome.com/2006/06/21/how-to-connect-to-hsqldb-using-gui/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>