I have a STRING variable with the value set as: "select x from tableA"
I have a OLE DB Provider connection with the Data Access Mode set as SQL Command. That command looks similar to this:
SELECT * FROM tableB
WHERE tableB.Name IN (?)
The parameter is then set to the string variable.
For some reason, this doesn't seem to be working correctly as I am not pulling in any records.
Am I writing the SELECT statement variable correctly?
_______________________________
[font="Tahoma"]Jody Claggett
SQL Server Reporting Analyst[/font][/size]