i have a swing table with 8 columns and many rows.I am populating data from database.I got all the data in resultset.but i need the data to be displayed in different rows.Can any one be of any help to me..Am using a vector.The code snipet is like ..
try{
Class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") ;
con=DriverManag er.getConnectio n("jdbc:odbc:ne w","sa","");
...