I'm trying to use a ResultSet to manipulate data, and update my table in Microsoft Access 2000.
It works fine for updateInt(int x) etc.. and will accept my sql.Date into the ResultSet.
However, when I call the update or insertRow methods on the resultSet when the date has been changed, Access returns an error in row!
Any Ideas?
It works fine for updateInt(int x) etc.. and will accept my sql.Date into the ResultSet.
However, when I call the update or insertRow methods on the resultSet when the date has been changed, Access returns an error in row!
Any Ideas?