I am using an access database, using qry to extract data to a table. Columns are
String, String, int, int, int, boolean. I can extract the data into a vector and build a seperate vector to display headings. I need the boolean to display as a checkbox for editing purposes. Ideally i need a way of converting a resultSet into an array and the method to pass it to an internal JFrame for display. I have tried all the methods i have been taught and still no luck.
Thanks for the check boolean method, that will be great once i can display the data in JTable.
Thanks for being patient with me
Scott
