Help me to Solve this Problem

Asked By 50 points N/A Posted on -
qa-featured

Hello,

I am so sorry guys, but I am getting the same error message. A picture of the procedure is attached to this post.

Please see anything is wrong with the procedure and if so kindly correct it for me.

Thank you.

SHARE
Answered By 0 points N/A #140885

Help me to Solve this Problem

qa-featured

There is nothing displayed in the picture no error is there. The only thing that you might be getting wrong is the formation of the procedure.

  1. There are certain rules that you need to follow in order for the procedure to work as you need it to.
  2. First think is that you need to set the number of parameters equal to the number of variables being passed to the procedure.
  3. Also make sure that the procedure is defined well over its usage area. It would be better if you can do it globally and then use it onwards throughout the program.
  4. The only thing that is left is how you are calling it. Just make sure you are doing it right.

Related Questions