syntax error while accessing data from Oracle client
I am new to SSRS. when ever i am accessing data from oracle thru passing '?' or variable into report. it is throwing syntax error. if I do hard code the value then it will show me all the data. what should be sytax. Thanks in Advance
November 30th, 2010 7:15pm

pass a parameter to an Oracle dataset using ':' like so: select * from dual where :value = 'tiger' once you do this, visual studio should automatically add the parameter to your report parameter list and your dataset properties
Free Windows Admin Tool Kit Click here and download it now
November 30th, 2010 7:55pm

pass a parameter using ':' like so: select * from dual where :value = 'tiger' once you do this, visual studio should automatically add the parameter to your report parameter list and your dataset properties
November 30th, 2010 7:57pm

Hi Aric Thomas, Has Nehemiah Willis' reply helped you, if so please make it as answer, if not could you please give a feedback, thanks.
Free Windows Admin Tool Kit Click here and download it now
December 3rd, 2010 2:34am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics