mysqlssisodbcmysql-odbc-connector

SSIS: Source has UNICODE data; I'm using MySQL 64bit ANSI ODBC driver


Source has Unicode data but I am using MySQL 64 bit ODBC ANSI driver which is throwing an error after partial load (Errors out after it comes across few special characters) .

Is there any work around for this (other than switching to Unicode Driver)?


Solution

  • This worked: CONVERT(columnName USING ASCII) as columnName