MySQL Forums
Forum List  »  Stored Procedures

Re: Problem Stored Procedure Count
Posted by: Peter Brawley
Date: May 05, 2013 09:38AM

After calling the sproc, poll the OUT variable you passed eg

@count=0;
call sp_count_soci_italia( @count );
select @count;

Options: ReplyQuote


Subject
Views
Written By
Posted
2853
May 05, 2013 07:01AM
Re: Problem Stored Procedure Count
1096
May 05, 2013 09:38AM
1142
May 05, 2013 04:25PM
1017
May 06, 2013 10:48AM


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.