PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET OracleClient Namespace

Reply

OracleClient Namespace

 
Thread Tools Rate Thread
Old 17-03-2004, 09:01 AM   #1
=?Utf-8?B?Sm9obiBVbGlja3k=?=
Guest
 
Posts: n/a
Default OracleClient Namespace


My question seems to be a stupid one. I was trying to access Oracle DB using objects in System.Data.OracleClient namespace. I have .NET Framework 1.1, so the assembly is in GAC (I was able to see it there). However this bunch of code wouldn't even compile

using System.Data
using System.Data.OracleClient

saying that OracleClient namespace doesn't exist

Can somebody help with this strange problem?
  Reply With Quote
Old 17-03-2004, 09:30 AM   #2
EMW
Guest
 
Posts: n/a
Default Re: OracleClient Namespace

Did you add a reference to the dll file to your project?

rg,
Eric

"John Ulicky" <anonymous@discussions.microsoft.com> schreef in bericht
news:9D3B9F10-A7DD-4A92-A363-C0E5511E5942@microsoft.com...
> My question seems to be a stupid one. I was trying to access Oracle DB

using objects in System.Data.OracleClient namespace. I have .NET Framework
1.1, so the assembly is in GAC (I was able to see it there). However this
bunch of code wouldn't even compile:
>
> using System.Data;
> using System.Data.OracleClient;
>
> saying that OracleClient namespace doesn't exist.
>
> Can somebody help with this strange problem?



  Reply With Quote
Old 17-03-2004, 10:46 AM   #3
=?Utf-8?B?Sm9obiBVbGlja3k=?=
Guest
 
Posts: n/a
Default Re: OracleClient Namespace

Thanks, I knew it's a stupid mistake.
  Reply With Quote
Old 17-03-2004, 03:24 PM   #4
EMW
Guest
 
Posts: n/a
Default Re: OracleClient Namespace

No worries...I make them all the time....keeps me busy..


"John Ulicky" <anonymous@discussions.microsoft.com> schreef in bericht
news:E443E2E9-041A-4393-9A4A-A81D9EF1B59F@microsoft.com...
> Thanks, I knew it's a stupid mistake.



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off