I have a sql stored procedure that invokes prepare and execute statements. It Works perfectly when invoked from a mysql workbench editor. But when calling it vía python mysql callproc, it fails with a mysql sintax error exception. It is proved that commenting only the prepare and execute statement in the sql code removes any error when calling from python, Does python mysql conector allow to call a stored procedure that invokes prepared statement?
↧
Mysql prepared statement in a Store procedura invoked in python through mysql connector (no replies)
↧