Hello Everyone,
I am using Execute SQl task inside for each loop
i am using this query
Insert into student(Name)
values('?')
and than map with Parameter mapping for the varibale comming from for each loop
but it giving me error Kindly suggest the solution how to insert data comming from variable
insert into student(Name)
values(?)" failed with the following error: "Parameter name is unrecognized.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Task failed: Execute SQL Task