MySQL Forums
Forum List  »  Connector/Python

Re: [MySQLdb]: Stored Proc results is not reflecting on tables
Posted by: Arie Kachler
Date: October 18, 2011 05:58PM

after running the stored proc, you need to execute
conn.commit()
Python makes everything non auto-commit transactions if the storage engine you are using supports transactions

Best,

Arie

Options: ReplyQuote


Subject
Written By
Posted
Re: [MySQLdb]: Stored Proc results is not reflecting on tables
October 18, 2011 05:58PM


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.