Please Help me with JTable  
Author Message
brijith.kk





PostPosted: 2006-10-2 22:40:00 Top

java-programmer, Please Help me with JTable help Needed,

Please Some 1 give me an Example for a JTable which can retrive data
from an database;

A JTable....which can rread data from a data base and display it.......

Thank......

 
opalpa@gmail.com opalinski from opalpaweb





PostPosted: 2006-10-2 23:25:00 Top

java-programmer >> Please Help me with JTable
email***@***.com wrote:
> help Needed,
>
> Please Some 1 give me an Example for a JTable which can retrive data
> from an database;
>
> A JTable....which can rread data from a data base and display it.......
>
> Thank......

Perhaps splitting that concept into two concepts is appropriate?

There are many exxamples how to retrieve data from a database. There
are also many examples how to put that data into a JTable. Look those
two things up seperatly using google.

All the best,
Opalinski
email***@***.com
http://www.geocities.com/opalpaweb/

 
Jeff





PostPosted: 2006-10-3 9:28:00 Top

java-programmer >> Please Help me with JTable
email***@***.com wrote:
> help Needed,
>
> Please Some 1 give me an Example for a JTable which can retrive data
> from an database;
>
> A JTable....which can rread data from a data base and display it.......
>
> Thank......

One thing you might try is QuickTable, from quicktable.org. It is a
data-aware version of the JTable, I've been playing with it for the
past month and it looks pretty good. Free version, full version without
nags is less than $50, which considering the time it may save, could be
worthwhile.

 
 
ala





PostPosted: 2006-10-4 6:47:00 Top

java-programmer >> Please Help me with JTable hi,
i use jdbTable for database interactions. it can take Dataset by
calling the setDataSet() method .
see this link for more information :
http://info.borland.com/techpubs/jbuilder/jbuilder2005/apiref/com/borland/dbswing/JdbTable.html


Jeff wrote:
> email***@***.com wrote:
> > help Needed,
> >
> > Please Some 1 give me an Example for a JTable which can retrive data
> > from an database;
> >
> > A JTable....which can rread data from a data base and display it.......
> >
> > Thank......
>
> One thing you might try is QuickTable, from quicktable.org. It is a
> data-aware version of the JTable, I've been playing with it for the
> past month and it looks pretty good. Free version, full version without
> nags is less than $50, which considering the time it may save, could be
> worthwhile.