MySQL Forums
Forum List  »  Stored Procedures

Returning a recordset
Posted by: micdearmas
Date: November 24, 2005 10:03AM

Hi,

I've been using Interbase's StoreProcs and Postgre's Functions for a while and they can return a recordset with as many columns as I define. For example, the statement below

SELECT * FROM mySP_or_FUNCT(myParameters)

where mySP_or_FUNCT is a SP in Interbase or a Function in Postgre, could return whatever recordset I define in the SP or Function.

I haven't found a way to do the same in MySQL 5.0.15. Is there a way to do that?

Could anyone tell me how?

Thanks,

Michael.

Options: ReplyQuote


Subject
Views
Written By
Posted
Returning a recordset
2366
November 24, 2005 10:03AM
1511
November 24, 2005 11:10AM
1654
November 25, 2005 04:54PM
1900
November 27, 2005 05:03PM


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.