MySQL Forums
Forum List  »  Connector/Python

Re: Python and mysql 5
Posted by: Jonathan Stephens
Date: June 08, 2005 12:02AM

There's no reason why you can't call MySQL stored procedures or stored functions from Python or any other language that can connect with MySQL 5. Calls to stored routines are queries, and can be passed to the MySQL Server as strings, just like any other sort of query.

Handling the result set returned from a stored function call is no different than handling the result set returned by a native MySQL function call (or any other query that produces a result set).

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle



Edited 1 time(s). Last edit at 06/08/2005 12:03AM by Jon Stephens.

Options: ReplyQuote


Subject
Written By
Posted
May 18, 2005 12:36AM
June 06, 2005 10:08AM
Re: Python and mysql 5
June 08, 2005 12:02AM


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.