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
Vous devez vous connecter pour laisser un commentaire.
Commentaires
0 commentaire