Hello,
as a Java developper i use those tools
- Eclipse 3.22 calisto or Europa RC
- derby embeded DB
what i m looking for is a opensource tool to manipulate the DB structure
(like TOAD for Oracle) that works with derby.
i dont mind if the tool is not an eclipse Plugin.
it should be possible to create tables, define/change fields, types,
primary keys, foreign keys, indexes and so on.
unfortunatly, i try a few, but didn't find any tool that filled my needs
does anyone can help in my search ?
Thanks
IchBin - 13 Jun 2007 23:09 GMT
> Hello,
>
[quoted text clipped - 16 lines]
>
> Thanks
Over the years I have played with most out there including Toad. I have
settled with an open source product called SQL Workbench/J.
http://www.sql-workbench.net
There is a lot to this gem so looks are very deceiving.
If you want a drag and drop GUI to build tables this will not do that
for you. It assumes you know how to build a database.
There is an Eclipse plug-in I used a few years ago that may be to your
liking. It is called: Clay. It was free the last time I looked.
http://www.azzurri.jp/en/software/clay

Signature
Thanks in Advance... http://weconsulting.org
IchBin, Philadelphia, Pa, USA http://ichbinquotations.weconsulting.org
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Lew - 14 Jun 2007 00:34 GMT
>> Hello,
>>
[quoted text clipped - 14 lines]
>>
>> does anyone can help in my search ?
Both Eclipse and NetBeans provide for direct execution of SQL from inside the
editor window.

Signature
Lew
simas - 15 Jun 2007 08:00 GMT
Hi,
Oracle SQL Developer is pretty cool and they are continously improving
the tool:
http://www.oracle.com/technology/software/products/sql/index.html
It's very similar to TOAD.
CU,
Simon