Hi,
I am using a OLE DB source component in the data flow of a SSIS. The data access mode is "SQL command" and below placed is the query.
SELECT Col1, Col2 FROM Table1 WHERE Col3 = ?
Though i mapped one of the variables as a parameter to the command, i don't see the data flowing out of the task. I think, the variale's value is not substituted in the sql command.
Please helpd me with this.
Thanks in advance