Convert a ResultSet String Into a Workable Variable to Populate a jTable

Posted by Nathan Campos on Stack Overflow See other posts from Stack Overflow or by Nathan Campos
Published on 2010-04-29T09:57:17Z Indexed on 2010/04/29 15:47 UTC
Read the original article Hit count: 323

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about resultset