Python Forum
Python Stored Procedure call is not working
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Stored Procedure call is not working
#2
(Apr-04-2021, 03:00 AM)vj78 Wrote: Code below does not work
what does this exactly mean? Do you get any error? What version of MySQL do you use?
Did you check compatibility note:
Quote:Compatibility note: It appears that the mere act of executing the CALL statement produces an empty result set, which appears after any result sets which might be generated by the stored procedure. Thus, you will always need to use nextset() to advance result sets.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Python Stored Procedure call is not working - by buran - Apr-04-2021, 07:33 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020