[jboss-user] [JBoss Tools] New message: "Re: JBossTools-3.0.3.GA On Eclipse Ganymede"

Denis Golovin do-not-reply at jboss.com
Tue Mar 2 15:07:03 EST 2010


User development,

A new message was posted in the thread "JBossTools-3.0.3.GA On Eclipse Ganymede":

http://community.jboss.org/message/529469#529469

Author  : Denis Golovin
Profile : http://community.jboss.org/people/dgolovin

Message:
--------------------------------------------------------------
You can do it from Eclipse if you have DTP installed:
1. Switch to "Database Development" perspective select bar menu "Window->Open Perspective->Other..." and then select "Database Development" in list and press "Ok".
2. Find your connection profile in "Data Source Explorer" view and expand your HSQL connection profile till Tables node
3. Look into pop-up menus for "Tables" and table nodes. You can:
* Create new table
* Load, view and edit data in tables
* Delete tables
* Generate DDL
 
Is that an acceptable front-end?
 
If you don't have Eclipse you can use HSQL Database Manager. To start it use command line like command below (it assumes you are in root folder of your hsql installation)
 
java -cp lib/hsqldb.jar org.hsqldb.util.DatabaseManagerSwing -url jdbc:hsqldb:hsql://localhost:1701/ -driver org.hsqldb.jdbcDriver

 
You should see something like on screen-shot below
 
http://community.jboss.org/servlet/JiveServlet/showImage/2218/hsql-database-manager.png
We might have a different version of HSQL, mine is 1.8.1.1. With all those tools above I couldn't create table with lower case name.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/529469#529469




More information about the jboss-user mailing list