From Webpage, I am trying to extract the table data using Extract table data activity and inserting the table to database using insert activity. During runtime, when inserting I get an error:
Insert: Incorrect syntax near the keyword ‘Check’.
the word ‘Check’ appears in one column value named ‘Check’. Does anyone have any idea what might be causing this error?
Column name is same as in database table. In table setting the column name is mentioned inside single quotes ‘xxx’.
please help.
Thanks for your reply.
I’m not using sql query. I’m using the insert data table activity for inserting the extracted table data to database table.
Could you please suggest on this.