resolved
Thanks you for your help.
mega
User Profile
Collapse
-
Hi Nepomuk
Thnaks you for your reply. I find a mistake in my technique and resolved the problem.
I´m using sql procedures.
I have a question:
how can I call a procedure that has an out parameter? I need to capture the out parameter in a variable.
Kind regards
MegaLeave a comment:
-
store procedure call
Hi:
I´m calling a store procedure inside another store procedure and I have two problems
create sp1(in variable int)
begin
call sp2(variable)
call sp3(variable)
call sp4(variable)
end
the first thing is :
If I call each sp alone it works fine but if I call the sp1 it does´t work and no error messages are reported.
The second...
No activity results to display
Show More
Leave a comment: