MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Procedures with MySQLdb/Python
Posted by: Peter Brawley
Date: January 11, 2006 10:17AM

Stefan,

I haven't worked with Python yet so this is a guess: to run stored procs though an API you generally need to enable them by ORing the (C API func) mysql-real_connect() flags argument with 65,536 (CLIENT_MULTI_STATEMENTS). If the Python connect(...) func has a flags arg, try that.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Stored Procedures with MySQLdb/Python
1465
January 11, 2006 10:17AM
1416
January 16, 2006 09:09PM
1519
January 16, 2006 10:29PM


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.