Hiya. I'm using Telerik Q3 2011 in Visual Studios 2010 on a machine running Windows 7. I am new to Telerik and learning the basics. I am having trouble with the syntax for a parameter where multiple values will be allowed. Currently I have the following in the sql query:
This works fine if the parameter is set to single value. However when I change the parameter to multi value and select multiple choices I get an error saying the sql query is not ended properly.
I have tried eliminating the parantheses with no luck. I tried an = sign instead of "in" (not logical I know, but I tried it anyway), also without success.
Can someone tell me what I am doing wrong with the syntax?
Thanks!
Kevin
where a.problem_status in (:status)
This works fine if the parameter is set to single value. However when I change the parameter to multi value and select multiple choices I get an error saying the sql query is not ended properly.
I have tried eliminating the parantheses with no luck. I tried an = sign instead of "in" (not logical I know, but I tried it anyway), also without success.
Can someone tell me what I am doing wrong with the syntax?
Thanks!
Kevin