Hi,
I don't know if this is the correct newsgroup to post this question, but
here goes.
I have installed Visual Studio .Net Professional 2003. I checked the
version and it is 7.1.3088. It says in the books that I have read, that this
version already has namespace for oracle db connection. But I can't seem to
locate System.Data.OracleClient namespace.
Any ideas why? Do I have to do something first to get this namespace?
Appreciate the help.
Thanks.
dotNetDave - 11 Jan 2005 00:37 GMT
I believe you have to download it from Microsoft. Or use the layer that comes
from Oracle. Be careful... they are very different. You can read an article I
wrote on the Oracle drives on my web site:
http://vsdntips.com/Tips/VS.NET/ADO.NET/390.aspx
David
> Hi,
>
[quoted text clipped - 10 lines]
> Appreciate the help.
> Thanks.
Peter van der Goes - 11 Jan 2005 00:40 GMT
> Hi,
>
[quoted text clipped - 12 lines]
> Appreciate the help.
> Thanks.
Did you select Project->References and add System.Data.OracleClient.dll as a
reference?
Once you've done that, the statement:
using System.Data.OracleClient;
will be recognized and you can set up your OracleConnection object, etc.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.