| Author |
Updating Date
|
mujtaba habib
Greenhorn
Joined: Feb 26, 2001
Posts: 12
|
|
i want to update a date/time field in MS Access Database. here is the code but its not working java.sql.Date sqlDate = new java.sql.Date(new java.util.Date().getTime()); result.updateDate("op_pw_change_date",sqlDate); result.updateRow(); Error Message is: Error in row its works fine when i comment updateDate row any idea ??
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
I don't think the JDBC-ODBC driver supports that method.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
mujtaba habib
Greenhorn
Joined: Feb 26, 2001
Posts: 12
|
|
hmm.. but other updateXXX() methods r working fine
|
 |
 |
|
|
subject: Updating Date
|
|
|