I\'m getting the following exception updating a row using MySQL via JDBC:
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime value: \
You did not show exact update SQL. But may be you forget the date part
The correct format is yyyy-mm-dd hh:mm:ss format
Date value should be in following format 2011-11-01 12:32:01