MySQL Forums
Forum List  »  Informix

Re: Using dynamic SQL in Informix's stored procedure..
Posted by: Anders Karlsson
Date: November 21, 2004 05:35AM

You do this by using the sequence DECLARE .. OPEN ... FETCH... CLOSE...

Look in the Manual for Strored Porcedures, this particular section has an example that iterates through a cursor:
http://dev.mysql.com/doc/mysql/en/Cursors.html

Best regards
Anders Karlsson

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Using dynamic SQL in Informix's stored procedure..
7953
November 21, 2004 05: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.