MySQL Forums
Forum List  »  InnoDB

Re: Cursor As An Input Parameter
Posted by: Jay Alverson
Date: April 04, 2009 09:53AM

I don't think you can. But try it to make sure.

I'd create a temporary table, pass the tablename to the next procedure,
build a PREPARE stmt and EXECUTE stmt to get the data from the temp table
and process it.

>

Thanks, Jay

Options: ReplyQuote


Subject
Views
Written By
Posted
4295
April 04, 2009 04:19AM
2928
April 04, 2009 07:09AM
Re: Cursor As An Input Parameter
2822
April 04, 2009 09:53AM


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.