Page 1 of 1

how to use mysql stored procedure

Posted: Mon Dec 16, 2019 1:43 pm
by Paranthaman
hi,
how to use mysql stored procedure in stimulsoft reports and how to call it. pls put video for this.

Re: how to use mysql stored procedure

Posted: Tue Dec 17, 2019 4:01 am
by Andrew
Hello,

Please check this here
https://www.youtube.com/watch?v=lhyyHr0AvrY

Thank you.

Re: how to use mysql stored procedure

Posted: Fri Dec 04, 2020 3:03 pm
by Paranthaman
Thank you.

Re: how to use mysql stored procedure

Posted: Sat Dec 05, 2020 4:41 am
by Paranthaman
Hi Andrew,

Could you please put another latest video for how to use variable in mysql stored procedure and how to execute with data in stimulsoft reports.

Thank you.

Re: how to use mysql stored procedure

Posted: Sat Dec 05, 2020 9:29 am
by Lech Kulikowski
Hello,

You can use the following query:
select * from Table where Column = {variableName}

Thank you.