Re: .NET & Oracle Ref Cursor
From: Bishoy Ghaly (bishoy_at_dev2dev.org)
Date: 12/17/04
- Next message: Maqsood Ahmed: "Re: Problem creating FileInfo Array"
- Previous message: devchick25: ".NET & Oracle Ref Cursor"
- In reply to: devchick25: ".NET & Oracle Ref Cursor"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: .NET & Oracle Ref Cursor"
- Reply: anonymous_at_discussions.microsoft.com: "Re: .NET & Oracle Ref Cursor"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Dec 2004 13:43:01 +0200
in .NET why dont you use standard OracleClient Connection and command and
DataAdapter to return a DataSet of the result rows ?
"devchick25" <anonymous@discussions.microsoft.com> wrote in message
news:0b5f01c4e3c7$8c91f7f0$a401280a@phx.gbl...
> Hi,
>
> I am creating a service that uses an Oracle backend. I
> need to use a stored procedure/package to return a
> resultset from Oracle. In other words, I cannot use a
> direct select in the .NET code. The resultset may be
> zero, one, or many rows. Therefore, I have looked into
> using something that Oracle refers to as a ref cursor.
>
> Is the ref cursor what I'm looking for?
>
> How does .NET return a stored procedure that uses a ref
> cursor? Is it a result set? Any explanation or examples
> would be greatly appreciated.
>
> Thank you!
- Next message: Maqsood Ahmed: "Re: Problem creating FileInfo Array"
- Previous message: devchick25: ".NET & Oracle Ref Cursor"
- In reply to: devchick25: ".NET & Oracle Ref Cursor"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: .NET & Oracle Ref Cursor"
- Reply: anonymous_at_discussions.microsoft.com: "Re: .NET & Oracle Ref Cursor"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|