MySQL Forums
Forum List  »  Connector/Python

Re: Creating PROCEDURE from python
Posted by: Zsolt Kendi
Date: March 19, 2009 03:31AM

If I define the procedure from python/mysqldb and execute with execdb() then I got the error above.
If I define the procedure from python/mysqldb and execute from mysql command line client then working fine.
So maybe this is not definition just execution problem?

And only if the procedure return any selectable result. Otherwise working fine.

Some version information:
mysql 5.1.32 or 5.0.45
python 2.5.1
MySQL-python 1.2.2



Edited 4 time(s). Last edit at 03/20/2009 02:56AM by Zsolt Kendi.

Options: ReplyQuote


Subject
Written By
Posted
Re: Creating PROCEDURE from python
March 19, 2009 03:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.