Hello Friends
I have an that i want to copy database of Mysql to Sql Server ...
first i try to the table of mysql to SQLSERVER using ado.net connector ,during connection it shows that connection is success..
but in data flow task ADO.netSource i get this error
TITLE: Microsoft Visual Studio
------------------------------
There was an error displaying the preview.
------------------------------
ADDITIONAL INFORMATION:
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 '"asterisk"."custom_70061"' at line 1 (MySql.Data)
------------------------------------------------------------
There was an error displaying the preview. (Microsoft Visual Studio)
===================================
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 '"asterisk"."custom_70061"' at line 1 (MySql.Data)
------------------------------
Program Location:
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at Microsoft.DataTransformationServices.Design.PipelineUtils.ShowDataPreview(String sqlStatement, DbConnection connection, Control parentWindow, IServiceProvider serviceProvider, IDTSExternalMetadataColumnCollection100 externalColumns)
at Microsoft.DataTransformationServices.Design.PipelineUtils.ShowDataPreview(String sqlStatement, ConnectionManager connectionManager, Control parentWindow, IServiceProvider serviceProvider, IDTSExternalMetadataColumnCollection100 externalColumns)
at Microsoft.DataTransformationServices.DataFlowUI.DataFlowConnectionPage.previewButton_Click(Object sender, EventArgs e)