To Pass Parameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AniNazir
    New Member
    • Dec 2007
    • 9

    To Pass Parameter

    Hai to All,

    i have the value like (200,3000,50) i want to pass this value as parameter how can i do this??






    Regards,
    Anitha
  • vksingh24
    New Member
    • Dec 2007
    • 21

    #2
    Originally posted by AniNazir
    Hai to All,

    i have the value like (200,3000,50) i want to pass this value as parameter how can i do this??






    Regards,
    Anitha

    Please provide more details. where do you want to pass parameter. to the stored procedure

    execute storedprocedure parameterlist seperated by comma

    Comment

    • amitpatel66
      Recognized Expert Top Contributor
      • Mar 2007
      • 2358

      #3
      Originally posted by AniNazir
      Hai to All,

      i have the value like (200,3000,50) i want to pass this value as parameter how can i do this??






      Regards,
      Anitha
      Hi Anitha,

      Welcome to TSDN!!

      Please clarify you want these values to be passed as seperate parameters or as a single parameter?

      Comment

      Working...