PDA

View Full Version : Resolved call proc from another proc


BubikolRamios
11-08-2009, 10:50 AM
if I run this from mysql query browser then this works

call my_proc(@e,'84',somestring);

exact same line from within another proc, does not even get into my_proc ?

BubikolRamios
11-08-2009, 01:43 PM
ahh, the thing is that it does not let you call another proc from function !
It does not tell you that doh.

So after hourr or two surfing around I came to conclusion, newer to write another function again, only procedures !