Hi,
I'm having problems accessing MySQL from SSIS using SQLServer 2012 and Visual Studio 2012 for bids.
I have created both 64 bit and 32 bit ODBC drivers version 5.2 and I can make RDP calls to the MySQL Server through a linked server on the 64 bit ODBC connection successfully. However when I use the 32 bit ODBC connection through BIDS while building a package I get MySQL meta data may be corrupt errors. and the package will not build.
Are there any known issues ? I don't know the MySQL version, but being on an amazon cloud database I would expect it to be the current version.
Also how can I run a stored procedure on MySQL that returns a record set and use it as a data source in a BIDS data flow ?
Peter