Originally posted by Jason Kwok:
Ok wow, that sounds like a great idea. My next question will probably seem obvious, how do I do that?
Assuming, your db-table is named myTable and the column is named myDate and your Connection Object to the DB is named con
Please note, that the method setDate() needs a java.sql.Date, not a java.util.Date. So you may need to convert your date object.
Stefan
[ April 21, 2005: Message edited by: Stefan Willi ]