Hi,
On execution of Execute SQL Taskwithout parameter does not have error..
when i set the parameter User:ItemId - and pass the sql statement SELECT [COLUMN] FROM [DBO].[TABLE] WHERE COLUMN_ID = ?
, i get error
[Execute SQL Task] Error: Executing the query "SELECT [COLUMN] FROM [DBO].[TABLE] WHERE COL..." failed with the following error: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
What would be the problem.. where should i check for the fix ?
ShanmugaRaj