Hi everybody,
I am using BIDS 2008 to transfer data from sql server 2005 to mysql 5 and I am using objects Data Flow: "OLE DB Source " + "ADO.NET Destination".
The insert command created by "BIDS 2008" to send data to mysql return error because use quotes in the specifications of the columns.
see example:
insert table1 ("col1","col2") values ...
How do I remove the quotes?