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.

  • No labels

2 Comments

  1. Hi Peter,

    It might be a problem with the database character encoding. Maybe you could try the changing the database character set to UTF-8, as suggested in the topic Chinese character err ?

    Hope this helps!

    1. Tank You, it seems solved.