Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1447

Error Code: 1414. OUT or INOUT argument 2 for routine knockout_dbo.ko_SignUpYoungBoxer is not a variable or NEW pseudo-variable in BEFORE trigger (3 replies)

$
0
0
I have made a simple OUT procedure, and I get error:
Error Code: 1414. OUT or INOUT argument 2 for routine knockout_dbo.ko_SignUpYoungBoxer_Caller is not a variable or NEW pseudo-variable in BEFORE trigger

DELIMITER $$

CREATE DEFINER=`root`@`localhost` PROCEDURE `ko_SignUpYoungBoxer_Caller`(IN gymID int, OUT BoxerId int)
BEGIN

SET boxerID=5;

END

Viewing all articles
Browse latest Browse all 1447

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>