MySQL Forums
Forum List  »  Stored Procedures

Re: Does MySQL Stored Procedures can return RefCursors
Posted by: Peter Brawley
Date: September 04, 2012 08:16AM

> whether MySQL supports RefCursors?

Unfortunately not. Probably the simplest workaround would be to have the sproc create a temp table, and return its name in an INOUTparam.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Does MySQL Stored Procedures can return RefCursors
864
September 04, 2012 08:16AM


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.