SQL Tutorial with HSQLDB
This assumes that you have Java setup on your machine as illustrated in the "simple" Java tutorial. Q. Why use HSQLB ? A. It can be useful in a number of ways. Easy to get started and if you are a beginner, you can acquire or sharpen your SQL and database skills. It is open-sourced, hence you can use it for your self-taught projects as a database. An alternative to MySQL database. It is used in commercial projects to write unit tests for your data access layer. Apache Derby database is another alternative. It is used in the ensuing tutorials on JDBC and Hibernate as the database. Step 1 : Download the latest version of HSQLB from http://hsqldb.org/ . I downloaded hsqldb-2.2.9.zip at the time of writing and extracted zip files. The HSQLDB is unpacked under c:\Tools as as hown below. Step 2 : You can start the server with the following command. ? 1 c:\Tools\hsqldb-2.2.9>java -cp ./h...
Thank you for your post. This is excellent information. It is amazing and wonderful to visit your site.
ReplyDeletehttp://www.brninfotech.com/