Hi there,
I had the following error message when tried to update the form table:
Validation Error Error storing data: Hibernate operation: Could not execute JDBC batch update; uncategorized SQLException for SQL \[insert into app_fd_testtable (dateCreated, dateModified, c_name, c_date, c_desc, id) values (?, ?, ?, ?, ?, ?)\]; SQL state \[HY000\]; error code \[1366\]; Incorrect string value: '\xC5\xB1\xC5\x91\xC3\xBA...' for column 'c_name' at row 1; nested exception is java.sql.BatchUpdateException: Incorrect string value: '\xC5\xB1\xC5\x91\xC3\xBA...' for column 'c_name' at row 1 |
The original value of the referred field ware: "Name éá??úöüó name"
It seems some characters encoding does not work.