Convert a ResultSet String Into a Workable Variable to Populate a jTable
- by Nathan Campos
I'm building a application that needs to convert a ResultSet String(rs.getString(Names);) into a workable variable to populate a jTable, only one collumn, then the rest I think that I could try by doing a loop.
How could I do this?