This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
JTable and MySql how to get data from the database into the table
Posted by K. Herman on July 03, 2001 at 7:52 PM
It didnt help me too much but this is what i think you are looking for. :) cheers! http://developer.java.sun.com/developer/technicalArticles/Database/dukesbakery/ ------------------ > Hi, > does anyone have an excample which explain how I can put the result set into an > Table during the programm ist running. > I have problems to find it out. Cause I have the resultSet and now I > want to put it into the table. I think the creation of the table > is the problem. > Any help would be appreciated > Regards > Udo
Replies:
|