简体   繁体   English

将hsqlDB集成到netbeans 7 IDE中

[英]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. 我正在使用Java Swing为前端构建一个简单的桌面应用程序,并使用HyperSQL DB作为数据库系统。 I am using the Netbeans 7 IDE to develop the system. 我正在使用Netbeans 7 IDE来开发系统。

Is it possible to integrate the HSQLDB into the Netbeans IDE and then be able to connect the application interface to the database? 是否可以将HSQLDB集成到Netbeans IDE中,然后将应用程序接口连接到数据库?

Will be happy to have a tutorial or article about this. 很高兴有关于此的教程或文章。

Create a library entry for your database, as shown here for H2 . 为数据库创建一个库条目,如这里H2 Open the Window > Services > Database panel to establish properties for a connection and examine the available schemata. 打开Window > Services > Database面板以建立连接的属性并检查可用的schemata。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM