java.util.Date gets stored as 2010-09-03 15:33:22.246 when the SQL data type is timestamp, how do I set the sub seconds to zero (e.g. 246 in this case) prior to storing the record.
java.util.Date gets stored as 2010-09-03 15:33:22.246 when the SQL data type is timestamp, how
Share
Here is an idea: