Hi All,
I'm trying to move some data from an excel spreadsheet into a table in a MySQL database using SSIS (2008 R2). I've been getting errors relating to data types, so I'm now just extracting and loading one field as a test, whereby I'm comfortable that there are no data type issues. The errors I am getting is below. Would anyone have any idea as to what the problem might be and how to resolve it?
[ADO NET Destination [2931]] Error: An exception has occurred during data insertion, the message returned from the provider is: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"URN") VALUES (p1), (p1), (p1), (p1), (p1), (p1), (p1), (p1), (p1), (p1), (p1), ' at line 1
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "ADO NET Destination" (2931) failed with error code 0xC020844B while processing input "ADO NET Destination Input" (2934). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Any thoughts appreciated. Thanks in advance.
Tom