Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDBC-ODBC and sql.Date

Status
Not open for further replies.

Verbetex

Programmer
Apr 18, 2002
18
GB
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?
 
You may want to check your JDBC drivers. If you are using just a plan ODBC driver this could be your problem. You should be using one that is specificy for MS Access 2k.

You can search for some at:

Although there are several drivers out there for Access, however, there currently are no TYPE 4 or Sun certified.

I hope this helps in some way.

Rodney
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top