sharonniles
Programmer
I'm using Sybase as a datasource and connecting through OLEDB. SSRS (Visual Studio 2008 R2) works fine. My report is coming up blank with either of these parameters' syntax. Any ideas are welcome. Thank you.
doesn't work:
WHERE CCCE.CODE_ID =('?')
WHERE CCCE.CODE_ID =('" & ? & "')
works:
WHERE CCCE.CODE_ID =('123456')
doesn't work:
WHERE CCCE.CODE_ID =('?')
WHERE CCCE.CODE_ID =('" & ? & "')
works:
WHERE CCCE.CODE_ID =('123456')