Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

putting data from a db to a table

Status
Not open for further replies.

LucyL

Technical User
Feb 20, 2002
113
US
Hi,
I want to pull data from a sql table and place in a table.
any ideas?
tx
 
Hi LucyL,

There is a package called java.sql which has classes like Connection, Statement and ResultSet which let you access databases through JDBC.


If you want to place the results in th visual table, the JTable would be a good bet, which is part of the javax.swing package.


Both are HUGE subjects. Try the following for tutorials to get you going. Take it one step at a time.


Regards,
scrat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top