MySQL Forums
Forum List  »  Stored Procedures

MySQL 5.x return result set ? Cursor ? other ?
Posted by: Christian Ista
Date: November 07, 2005 01:30AM

Hello,


I'd like create a stored procedure in MySQL 5.x.

This stored procedure have to return a complet result set. To be clear, I have a table T_USER, this table contain 2 rows (and 3 fields : USR_ID, USR_LOGIN, USR_PASSWORD for example) :
row 1 : 1 You MyPassoword
row 2 : 2 Me MyPasword.

This procedure have to return these two rows (and more is there are more of course).

Is it possible to return a cursor ? an array may be ?

I'd like to use the return of this stored procedure in Coldfusion page.

Thanks,

Christian,

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL 5.x return result set ? Cursor ? other ?
2609
November 07, 2005 01:30AM


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.