 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andrea Sansottera Guest
|
Posted: Sun Oct 31, 2004 12:45 pm Post subject: Free RAD components |
|
|
Hi all,
I was wondering if any set of RAD components similar to that of JBuilder
is available as freeware/free software.
As a matter of fact, I simply need a way to directly bind data to a
table, without specifying a model as a should do if I'd use JTable.
I'd like something as easy to use as DataGrid in System.Windows.Forms on
.NET:
myDataSet.Fill(myDataGrid)
Thanks in advance,
Andrea
|
|
| Back to top |
|
 |
Andrea Sansottera Guest
|
Posted: Sun Oct 31, 2004 12:47 pm Post subject: Re: Free RAD components |
|
|
On Sun, 31 Oct 2004 13:45:26 +0100, Andrea Sansottera wrote:
| Quote: | Hi all,
I was wondering if any set of RAD components similar to that of JBuilder
is available as freeware/free software.
As a matter of fact, I simply need a way to directly bind data to a
table, without specifying a model as a should do if I'd use JTable.
I'd like something as easy to use as DataGrid in System.Windows.Forms on
.NET:
myDataSet.Fill(myDataGrid)
Thanks in advance,
Andrea
|
Mmm... sorry, more probably it was
myDataAdapter.Fill(myDataSet);
myDataGrid.DataSet = myDataSet;
Andrea
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|