T
Thomas Hill
I am having a problem with a SelectCommand Parameter value. The SQL text
includes something like
"...AND TRANSCRIPT_ID IN (@IDLIST)...."
Placing an appropriate string in the Parameter collection value for this
parameter (say, "'TH'" - note the single quotes) fails to return any rows,
yet the same statement in the Query Analyzer works fine. Is there some
trick to putting paramterized values into an 'IN' clause?
includes something like
"...AND TRANSCRIPT_ID IN (@IDLIST)...."
Placing an appropriate string in the Parameter collection value for this
parameter (say, "'TH'" - note the single quotes) fails to return any rows,
yet the same statement in the Query Analyzer works fine. Is there some
trick to putting paramterized values into an 'IN' clause?