Im planning to learn jdbc topic. I have downloaded the HSQL DB from the site and extracted the zip file. I have few queries:
-
How do we create a new database?
-
Will we be able to see the contents of the db via any tool [ just like we see in oracle ]?
-
How to know what is the driver name they have supplied?
I have checked the weblink but could not find any solution. Please suggest.
Thanks,
Pavan.
No. SQL Server tools aren’t going to work with Oracle, mySQL tools aren’t going to work with SQL Server … and the primary goal of HSQLDB it to use it with JDBC etc, i.e. programmatic connections.
From the FAQs:
The driver file is “hsqldb.jar”.