
how to view a row from a table created in mysql in a java swing application.?

through ODBC you can connect to ur program and you can focus your table using query select * from table name ..and you can point your result to resultset.resultset.next() meanse you can go through all rows..