Migration from MS sql 2008.
workbench 6.3.5
Migration is failing when I am using different characters like (ã). Manual insert in to the table is working. But workbench is not able to convert it properly.In the insert statement created by workbenck those characters are being replaced by question mark and the copy is failing with this error :
14:26:05 [INF][ copytable]: Statement execution failed: Incorrect string value: '\xE3h' for column 'Type':
INSERT INTO `TestDB`.`Person` (`Name`, `Age`, `Type`) VALUES '(Peter ',35,'The Peet\�h')
Type should be 'The Peetãh'
I am using ODBC Data source(Free TDS) Connection method with Native 10.0 driver
Latin1 to UTF8.
workbench 6.3.5
Migration is failing when I am using different characters like (ã). Manual insert in to the table is working. But workbench is not able to convert it properly.In the insert statement created by workbenck those characters are being replaced by question mark and the copy is failing with this error :
14:26:05 [INF][ copytable]: Statement execution failed: Incorrect string value: '\xE3h' for column 'Type':
INSERT INTO `TestDB`.`Person` (`Name`, `Age`, `Type`) VALUES '(Peter ',35,'The Peet\�h')
Type should be 'The Peetãh'
I am using ODBC Data source(Free TDS) Connection method with Native 10.0 driver
Latin1 to UTF8.