retrive morethan one value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krishhhna
    New Member
    • Aug 2007
    • 13

    retrive morethan one value

    how we can retrive more than one value by using function? could you please give me the example
  • Mala232
    New Member
    • Jul 2007
    • 16

    #2
    Originally posted by krishhhna
    how we can retrive more than one value by using function? could you please give me the example
    Hello,
    use IN ,OUT ,INOUT modes while using parameters to a function
    regards,
    mala

    Comment

    • Rakeshy
      New Member
      • Sep 2007
      • 4

      #3
      Originally posted by Mala232
      Hello,
      use IN ,OUT ,INOUT modes while using parameters to a function
      regards,
      mala
      Hi,
      You can use Ref Cursor.

      Bye

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        You need to use Function with OUT parameters.

        Comment

        • Saii
          Recognized Expert New Member
          • Apr 2007
          • 145

          #5
          It is better to use procedure when you want to send multiple values. Functions should be limited to return one value.

          Comment

          Working...