Hi,
I use Mysql server v.8.0.12 and .NET connector 8.0.12.
I get several errors during inserts for strings into a varchar(45) field and Characater set utf8mb4. The table has charset utf8mb4, the database has charset utf8mb4.
The errors I get are all about:
Incorrect string value: '\\xE2\\x80\\xAC' for column 'VatNr' at row 1
How can I prevent these errors?
I use Mysql server v.8.0.12 and .NET connector 8.0.12.
I get several errors during inserts for strings into a varchar(45) field and Characater set utf8mb4. The table has charset utf8mb4, the database has charset utf8mb4.
The errors I get are all about:
Incorrect string value: '\\xE2\\x80\\xAC' for column 'VatNr' at row 1
How can I prevent these errors?