Is it possible to define sql parameter as INOUT

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Question123
    New Member
    • Feb 2008
    • 41

    Is it possible to define sql parameter as INOUT

    Hi

    In storedprocedure Is it possible to define sql parameter as INOUT??

    plz help me

    Thanks
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Hi,

    If you declare a parameter as OUTPUT it acts as input as well as output parameter. So you can pass input value as well.

    Please see:
    http://fabioscagliola. spaces.live.com/blog/cns!919F8FCDE3D C9AC4!121.entry

    Regards,
    Balaji U

    Comment

    • Question123
      New Member
      • Feb 2008
      • 41

      #3
      Originally posted by balame2004
      Hi,

      If you declare a parameter as OUTPUT it acts as input as well as output parameter. So you can pass input value as well.

      Please see:
      http://fabioscagliola. spaces.live.com/blog/cns!919F8FCDE3D C9AC4!121.entry

      Regards,
      Balaji U
      Hi Balaji

      Thanks for reply.And its working fine.

      Thanks Once again

      Comment

      Working...