How to connect to an HSQLDB in Netbeans
Add the driver
- On the Services tab, under Databases, right-click on Drivers
- Click Add and locate the hsqldb.jar file.
- Click Ok.
Add the connection
- Right-click on the new driver and select Connect Using...
- Enter the JDBC URL (eg, jdbc:hsqldb:hsql://localhost)
- Enter the username and password for the database and click Ok.
- Select the PUBLIC schema
