Hi,
I need to use ADO.Net data adapter for Oracle but I
couldn't find it.
I saw someone has imports like:
imports System;
imports System.Data;
imports System.Data.SqlClient;
imports System.Data.OracleClient;
I am ok with all the others except the .OracleClient. I
don't seem to have that. I am running .Net framework 1.0.
Do I need 1.1 to use the Oracle thing? Please help and
tell me what I need to do to get the Oracle component!
Thanks
William Ryan eMVP - 11 Jun 2004 03:18 GMT
The Oracle Provider wasn't implemented in 1.0.

Signature
W.G. Ryan MVP Windows - Embedded
http://forums.devbuzz.com
http://www.knowdotnet.com/dataaccess.html
http://www.msmvps.com/williamryan/
> Hi,
>
[quoted text clipped - 14 lines]
>
> Thanks
ranganh - 11 Jun 2004 07:14 GMT
Dear Feng,
You can use the .NET Managed Provider for Oracle component in your applicaiton.
To get the same, visit the following link:-
http://www.microsoft.com/downloads/details.aspx?FamilyID=4f55d429-17dc-45ea-bfb3
-076d1c052524&DisplayLang=en
However, you can use the OledbClient itself to access Oracle database. the Oracleclient was shipped as a part of 1.1 version and 1.0 didnt have the same.
Thanks.
> Hi,
>
[quoted text clipped - 14 lines]
>
> Thanks