MySQL Forums
Forum List  »  Newbie

Re: mysql stored procedure - returning cursors
Posted by: Andrew Gilfrin
Date: July 26, 2005 06:35AM

You can't return a cursor (or anything other than standard datatypes) from a procdure. But you can issue select statments which are returned as result sets to the calling client.

I don't have any experince with Connector/J so can't advise on how to use this behaviour in that, but check the php section on my site for more details on how things work on PHP, it might give you some clues.

http://mysql.gilfster.com/page.php?parent_id=4&page_id=4.0.1

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql stored procedure - returning cursors
July 26, 2005 06:35AM


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.