| Author |
Generic GUI JDBC DB manager ?
|
Mikey Warren
Ranch Hand
Joined: Jun 15, 2001
Posts: 30
|
|
This might be a stupid question - I only know the basics of SQL / JDBC. Anyway I've been learning J2EE using Suns RI, and also JBoss which both come with databases (Cloudscape and Hypersonic) with, as far as I can tell no user interface - I was thinking wouldn't it be fairly easy to write a generic interface to let you view and create and edit tables that would work with any database with a JDBC connection. If so is there one already available ? If its not easy or not a sensible thing to do then why not ?( I realise its not an issue with commercial databases which come with there own manager software ) thanks Mike
|
 |
Napa Sreedhar
Ranch Hand
Joined: Jan 29, 2002
Posts: 58
|
|
|
Some excellent tools for oracle database are avaialable like TOAD..
|
 |
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
|
|
It won't do absolutely everything, but DbVisualizer is a nice little tool. Try the free edition. Also many IDE's such as NetBeans have some elementary database access functionality built in or available as a free add-on. - Peter
|
 |
 |
|
|
subject: Generic GUI JDBC DB manager ?
|
|
|