MySQL Forums
Forum List  »  Portuguese

retorno de varios parâmetros
Posted by: Lucas Michel
Date: November 17, 2009 07:05PM

como recuperar mais de um parâmetro de retorno fas stored procedres?
do tipo a seguir

DROP PROCEDURE IF EXISTS `cse_2008`.`TESTA_EXISTENCIA_MATERIAL` $$
CREATE DEFINER=`root`@`localhost` PROCEDURE `TESTA_EXISTENCIA_MATERIAL`
(
nome varchar(100),
senha varchar(100),

out
estado int,
cod int,
msg varchar(100)
)

Options: ReplyQuote


Subject
Views
Written By
Posted
retorno de varios parâmetros
5036
November 17, 2009 07:05PM
6888
November 18, 2009 08:27AM


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.