How to get count of arguments of procedure and pass them dynamically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kiranghadge
    New Member
    • May 2010
    • 9

    How to get count of arguments of procedure and pass them dynamically

    Hi all
    i am trying to write one update query which will update all rows.
    here i just want to write only one update statement to which i can pass arguments one by one.
    Is this Possible ???
    Can i get count of arguments ????


    thanks in advance
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    When you define procedure you specify arguments (and number of them) so I do not understand what do you mean in the topic of the post.
    Can you put here what do you want to achieve, what kind of pocedure do you need.

    Comment

    Working...