Link to home
Start Free TrialLog in
Avatar of somits
somits

asked on

Eclipse plugin for database operations

Hi:

We're creating java programs using Eclipse IDE.

We're pretty new to Eclipse. We're looking for some Eclipse plug in that can provide database operations that are similar to DataGridView or GridView or DetailsView of Visual Studio

For examples, after making a connection to an Access database, we can dump all the content of a table to the plug in widget, etc.

If you've some ideas about this, please help.

Somits
Avatar of for_yan
for_yan
Flag of United States of America image

I don't think there is anything directly like datagrid in Visual Studio, at least was popular in Eclipse. Look at these recommendartions here

http://stackoverflow.com/questions/300246/what-are-some-swt-datagrids-tables

or a general java libarary:

http://quicktable.org/

I think in most cases folks just use combination of database jdbc access with JTable
Avatar of somits
somits

ASKER

Hi for_yan:

Thanks a lot for the info.

As you mentioned, " in most cases folks just use combination of database jdbc access with JTable".

Would you help to give us an example of using database jdbc with Jtable to display all the rows of an Access database table?

Thanks a lot,

Somits
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sathish David  Kumar N
you can use Teamprise Plug-in .... its will fullfill ur requirment ..
Avatar of somits

ASKER

Hi for_yan and others:

Thanks so much for your help.

The examples are very helpful

Somits