Continuing this question.
My problem is that I can not edit my JTable. I get an exception and the Object value instead of what I should be seeing.
I am using the ResultSet Table code with a MS-Access database and with a few modifications. My code can be found here. I run into an error when I rs.updateRow()
is called. java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]Error in row
.
I did a google search on this error with updateRow()
and not much came up. The only real answer I saw was to use a prepared statement but I am not a pro with SQL commands.
Also a plus if you could tell me the best approach in making this become a GlazedList so I can filter easily. Unless you can provide me something that filters regular JTables easily.