Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. ExecuteScalar()

ExecuteScalar()

Scheduled Pinned Locked Moved Database
oraclequestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sandhya14
    wrote on last edited by
    #1

    hi all, this is my oracle StoredProcedure PROCEDURE PEAP_SelectActiveYear ( Cur_RCT1 OUT GLOBALPKG.RCT1 ) AS BEGIN OPEN Cur_RCT1 FOR SELECT ActiveYear FROM PeapParameters; RETURN; END; in the code am trying to fetch the value using ExecuteScalar() but not retrieving :-( Anything need to be changed to the procedure?

    M 1 Reply Last reply
    0
    • S sandhya14

      hi all, this is my oracle StoredProcedure PROCEDURE PEAP_SelectActiveYear ( Cur_RCT1 OUT GLOBALPKG.RCT1 ) AS BEGIN OPEN Cur_RCT1 FOR SELECT ActiveYear FROM PeapParameters; RETURN; END; in the code am trying to fetch the value using ExecuteScalar() but not retrieving :-( Anything need to be changed to the procedure?

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      I don't use Oracle but try removing the RETURN, this should then get the result set back instead of trying to RETURN any output parameters (of which there are NONE).

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups