Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 83165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:43:51+00:00 2026-05-10T21:43:51+00:00

We have a Procedure in Oracle with a SYS_REFCURSOR output parameter that returns the

  • 0

We have a Procedure in Oracle with a SYS_REFCURSOR output parameter that returns the data we want to bind to an ASP.NET GridView control. I’ve seen this done before but I can’t find the original reference I used to solve the problem.

Here is what the procedure looks like:

create or replace PROCEDURE GETSOMEDATA (     P_Data OUT SYS_REFCURSOR ) AS BEGIN     OPEN P_Data FOR SELECT * FROM SOMETABLE; END GETSOMEDATA; 

And for now the GridView is just bare-bones:

<asp:GridView ID='grdData' runat='server' AutoGenerateColumns='true'></asp:GridView> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:43:51+00:00Added an answer on May 10, 2026 at 9:43 pm

    Try something like: (didn’t specify which language)

        Public Function GetSomeData() as DataTable         Dim OrclConn as New OracleConnection('Connectionstring')         Dim OrclCmd as New Oraclecommand('GETSOMEDATA', OrclConn)         OrclCmd.CommandType = CommandType.StoredProcedure         OrclCmd.Parameters.Add('P_Data', OracleType.Cursor).Direction = ParameterDirection.Output 'Or ParameterDirection.ReturnValue          Dim OrclDA as New OracleDataAdapter(OrclCmd)         Dim RtnTable as DataTable         OrclConn.Open         OrclDA.Fill(RtnTable)         OrclConn.Close          Return RtnTable     End Function 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 91k
  • Answers 91k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The empty list in your function definition is created once,… May 11, 2026 at 6:10 pm
  • Editorial Team
    Editorial Team added an answer I tested both javascript creation of object tag and just… May 11, 2026 at 6:10 pm
  • Editorial Team
    Editorial Team added an answer I believe it will be immutable (I gather they are… May 11, 2026 at 6:10 pm

Related Questions

Hopefully someone can shed a little light on an issue that I'm currently having
I have an Oracle table which contains event log messages for an application. We
I have a class 'Database' that works as a wrapper for ADO.net. For instance,
A number of stored procedures I support query remote databases over a WAN. The

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.