Select Count(*) From Broker Where Broker.State = '{?prmState}'
did the trick!!
Thanks for pointing me in the right direction. This is a big deal for me!
Almost works.
Now my query is as below:
Select Count(*) From Broker Where Broker.State = {?prmState}
I add a parameter to the right named prmState of type string, give it a default value of MI, and when I press the OK I get the Enter Parameter Values dialogue. When I press OK on this window...
I am using CR9 with MSSQL2000. I want to use a command object, and I want to add parameters to it. My query looks like this:
Select Count(*) From Broker Where Broker.State = [{prmState}]
prmState is the parameter I want to supply at runtime. The documentation is very sparse on the subject. Can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.