Can't create sql parameters in web

Stimulsoft Ultimate discussion
Post Reply
artem.illarionov
Posts: 2
Joined: Wed Dec 12, 2018 5:11 pm

Can't create sql parameters in web

Post by artem.illarionov »

Where is New Parameter button?

1.JPG
1.JPG (54.86 KiB) Viewed 1149 times
artem.illarionov
Posts: 2
Joined: Wed Dec 12, 2018 5:11 pm

Re: Can't create sql parameters in web

Post by artem.illarionov »

Also "Allow using as SQL parameter" checkbox is absent in variables
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Can't create sql parameters in web

Post by Lech Kulikowski »

Hello,

In the JS version, parameters are not supported.
You can use variables in the query:
select * from Table where column = {Variable}

Thank you.
Post Reply