Hi all
I am trying to use SSIS to push data to MYSQL.
I can do this using a ADO .NET connection and a MySQL provider. It doesn't however allow me to see existing tables in the mysql db. SSIS creates a new table on creation of the package.
How do I get it to map to an existing MYSQL table. Iam using VS 2008.