Welcome Guest, Not a member yet? Register   Sign In
Execute stored procedure
#3

[eluser]HugoA[/eluser]
This is the stored procedure, is pretty simple, I'm just trying to learn how to execute it.

Code:
-- --------------------------------------------------------------------------------
-- Routine DDL
-- --------------------------------------------------------------------------------
DELIMITER //

CREATE DEFINER=`hugo`@`localhost` PROCEDURE `getPersona`()
BEGIN
   SELECT *  FROM persona where idpersona= 1 ;
   END//


Messages In This Thread
Execute stored procedure - by El Forum - 01-18-2010, 09:43 AM
Execute stored procedure - by El Forum - 01-18-2010, 09:51 AM
Execute stored procedure - by El Forum - 01-18-2010, 10:04 AM
Execute stored procedure - by El Forum - 01-18-2010, 10:28 AM
Execute stored procedure - by El Forum - 01-18-2010, 04:54 PM
Execute stored procedure - by El Forum - 01-19-2010, 01:41 AM
Execute stored procedure - by El Forum - 01-19-2010, 01:51 PM
Execute stored procedure - by El Forum - 01-19-2010, 02:09 PM
Execute stored procedure - by El Forum - 03-15-2010, 09:41 PM
Execute stored procedure - by El Forum - 08-05-2010, 01:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB