DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Passing parameters to procedure

  1. #1
    Join Date
    Aug 2000
    Posts
    143
    How can I pass the values in a table to a procedure?


  2. #2
    Join Date
    Oct 2000
    Posts
    123
    If I 'm right, there are several ways to do that, one of the ways is:

    Create a cursor to hold all the values that U want, and start a loop, U can call the procedure within this loop until U want to exit the loop; if only one value, U can using an implicit cursor to hold the value, and then pass it to the procedure.

    Hope it will give U a hint.

    Take care


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width