MySQL Forums
Forum List  »  Stored Procedures

return both output variable and result set in an SP
Posted by: Chagh
Date: September 04, 2005 07:35AM

hi all,
i've got an application in .Net, i've got SPs with output parameters which have select in them also. so they should return resultsets. I'm connecting from ASP.Net to MySQL 5.0.7 by connector/net.
when i execute the query i can not see output parameters and i just can see resultset. but i can see out params if i delete select part of SP.
is it a bug or it should not happen? what can i do to use my SP?

Thanks in advance
Chagh

Options: ReplyQuote


Subject
Views
Written By
Posted
return both output variable and result set in an SP
3638
September 04, 2005 07: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.