Error: [500] Could not execute the specified command: Unable to bind the parameter: .
I need to call a stored procedure in a MySql database from the custom SQL box. I can make the call to a stored procedure without any parameters without any problem:
call getSBrecords();
However when trying to send a parameter in the call, for example:
call getSBrecords(1);
It shows me the following message:
Error: [500] Could not execute the specified command: Unable to bind the parameter: .
How can I send parameters to the stored procedure from bartender?
Thanks for the help
0
请先登录再写评论。
评论
0 条评论