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

  • Home
  • SEARCH
  • 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 67k
  • Answers 67k
  • 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
  • added an answer As far as I know, there is no way to… May 11, 2026 at 11:53 am
  • added an answer There are various different approaches here the under two main… May 11, 2026 at 11:53 am
  • added an answer When it comes to reviewing banking systems and similar piece… May 11, 2026 at 11:53 am

Related Questions

We have a Procedure in Oracle with a SYS_REFCURSOR output parameter that returns the
We have a situation where our application calls some stored procedures on a sql
How do you manage revisions of stored procedures? We have a BI solution on
We have a requirement in project to store all the revisions(Change History) for the
We have a remoting singleton server running in a separate windows service (let's call
We have a Windows Server Web Edition 2003 Web Farm. What can we use
We have a situation where users are allowed to upload content, and then separately
We have a SharePoint list setup with history enabled so the Comments field keeps
We have a whole bunch of DLLs that give us access to our database
We have a service that has some settings that are supported only over net.tcp.

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.