"MW" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I am using MS .NET Framework Data Provider for Oracle version 1.0.1012.0
> (System.Data.OracleClient.dll) and Oracle9i Enterprise Edition Release
> 9.2.0.4.0.
>
> Thank you for your response. Since my procedure was working for simpler
> SELECT statements, I built its complexity slowly testing the resultset in
> .NET each time. It seems to me that when I do a MAX from one of the lower
> tables, the resultset returns empty-handed. I have modifed my query to
> include a nested table and derive my MAX column from it and its working
now.
> Although I am not sure why it did not work before. It still puzzles me a
> great deal.
>
> I dont have an OracleRefCursor object available. Is this a part of the
Data
> Provider from Oracle?
Yes.
>Is there any website that can give me a comparitive
> chart between the two providers?
Not that I know of, but they are very very similar. ODP.NET gives you
access to more cool Oracle features like Array Binding, PL/SQL tables, and
Oracle XML. Plus it supports multiple ref cursors, and has better support
than the MS driver.
Go to
http://otn.oracle.com/tech/windows/odpnet/index.html and get ODP.NET.
The install includes the 9i version of the Oracle Client, which is likely
where your error is occuring.
David