I'm confused ... I've read in a number of places that in VS2005, ADO.NET
contains Oracle specific classes under the System.Data namespace (actually
this was supposed to be available for the v1.1 framework). But I don't see
the Oracle stuff in the Object Browser.

I see:
System.Data.Common
System.Data.Odbc
System.Data.OleDb
System.Data.Sql
System.Data.SqlClient
System.Data.SqlTypes

(only System.Data.Sql is new relative to the v1.1 framework)

So where is the Oracle stuff ? What am I missing??

Thanks

RE: Oracle ADO.NET classes ?? by EltonW

EltonW
Sun Feb 05 15:25:27 CST 2006

Hi Mark,

You need add reference by

Website -> Add Reference â?¦
In Add Reference window, select System.Data.OracleClient

HTH

Elton Wang

"Mark" wrote:

> I'm confused ... I've read in a number of places that in VS2005, ADO.NET
> contains Oracle specific classes under the System.Data namespace (actually
> this was supposed to be available for the v1.1 framework). But I don't see
> the Oracle stuff in the Object Browser.
>
> I see:
> System.Data.Common
> System.Data.Odbc
> System.Data.OleDb
> System.Data.Sql
> System.Data.SqlClient
> System.Data.SqlTypes
>
> (only System.Data.Sql is new relative to the v1.1 framework)
>
> So where is the Oracle stuff ? What am I missing??
>
> Thanks
>
>
>

Re: Oracle ADO.NET classes ?? by Mark

Mark
Sun Feb 05 20:26:21 CST 2006

Thanks Elton ... I guess that's a big "Duh!" :-)

"Elton W" <EltonW@discussions.microsoft.com> wrote in message
news:64705012-67BE-4835-961E-15E784261BB1@microsoft.com...
> Hi Mark,
>
> You need add reference by
>
> Website -> Add Reference .
> In Add Reference window, select System.Data.OracleClient
>
> HTH
>
> Elton Wang
>
> "Mark" wrote:
>
>> I'm confused ... I've read in a number of places that in VS2005, ADO.NET
>> contains Oracle specific classes under the System.Data namespace
>> (actually
>> this was supposed to be available for the v1.1 framework). But I don't
>> see
>> the Oracle stuff in the Object Browser.
>>
>> I see:
>> System.Data.Common
>> System.Data.Odbc
>> System.Data.OleDb
>> System.Data.Sql
>> System.Data.SqlClient
>> System.Data.SqlTypes
>>
>> (only System.Data.Sql is new relative to the v1.1 framework)
>>
>> So where is the Oracle stuff ? What am I missing??
>>
>> Thanks
>>
>>
>>



RE: Oracle ADO.NET classes ?? by NoSpamMgbworld

NoSpamMgbworld
Mon Feb 06 10:00:32 CST 2006

Make a reference to the Oracle DLL and then the using statement.

Note that ODP.NET (free download from Oracle TechNet) is a better library if
you are into serious Oracle development.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"Mark" wrote:

> I'm confused ... I've read in a number of places that in VS2005, ADO.NET
> contains Oracle specific classes under the System.Data namespace (actually
> this was supposed to be available for the v1.1 framework). But I don't see
> the Oracle stuff in the Object Browser.
>
> I see:
> System.Data.Common
> System.Data.Odbc
> System.Data.OleDb
> System.Data.Sql
> System.Data.SqlClient
> System.Data.SqlTypes
>
> (only System.Data.Sql is new relative to the v1.1 framework)
>
> So where is the Oracle stuff ? What am I missing??
>
> Thanks
>
>
>