Tagged Questions
1
vote
3answers
3k views
Binding ASP.NET GridView to an Oracle SYS_REFCURSOR
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 ...