faisal abdulai
faisal abdulai

Reputation: 3819

integrating hsqlDB into netbeans 7 IDE

I am building a simple desktop application with Java Swing for the front end and use the HyperSQL DB as the database system. I am using the Netbeans 7 IDE to develop the system.

Is it possible to integrate the HSQLDB into the Netbeans IDE and then be able to connect the application interface to the database?

Will be happy to have a tutorial or article about this.

Upvotes: 0

Views: 4736

Answers (1)

trashgod
trashgod

Reputation: 205875

Create a library entry for your database, as shown here for H2. Open the Window > Services > Database panel to establish properties for a connection and examine the available schemata.

Upvotes: 2

Related Questions