Sorry but my problem is in MySQL and I don't saw an forum to open this topic.
I've a table defined with charset latin1 and collate latin1_swedish_ci but this table don't accepted character special.
The MySQL Workbench table inspector show in ddl tab this definition ie charset latin1 and collate latin1_swedish_ci. How to solve this problem?
I'm development a servlet class that get parameters from JSP and write in mysql table, to do this I'm using Hibernate 5.4, the problem is that after update my mysql table I receive this error.
Error generated:
HibernateUtil
Class to save:
Once again, all the parameters geted in my servlet is recorded in my mysql table.
I've others methods that do the same thing in other tables and other columns, in all the tables i've an common column called "CNPJ" and I insert when necessary without problem but in this servlet my method to insert in the mysql table I'm receiving this error.
Method to save: