Hi All,
Thanks in advance
I need to migrate the data from mysql database to sql server using ssis 2008 R2 in windows 64 bit environment.
I have installed the odbc driver also created the odbc connection its successful.
Then I opened the SSIS package and used ADO Net source for creating the connection to the source Mysql Database. The connection was successful.
When I tried to fetch the data from the source using the following query,
select col1,col2 from table ( in the ADO .net source editor) Getting the following error
Error at Data Flow Task [ADO NET Source [16]]: System.Data.Odbc.OdbcException: ERROR [HY010] [MySQL][ODBC 5.2(a) Driver][mysqld-5.1.67]
ERROR [HY010] [MySQL][ODBC 5.2(a) Driver][mysqld-5.1.67]
ERROR [HY010] [MySQL][ODBC 5.2(a) Driver][mysqld-5.1.67]
ERROR [HY010] [MySQL][ODBC 5.2(a) Driver][mysqld-5.1.67]
ERROR [HY010] [MySQL][ODBC 5.2(a) Driver][mysqld-5.1.67]
ERROR [HY010] [MySQL][ODBC 5.2(a) Driver][mysqld-5.1.67]
Please find below the screen shot,