|
 |
ado_dotnet thread: Re: Microsoft .NET Data Provider for Oracle
Message #1 by "bandaru" <bandaru_srikanth@h...> on Thu, 6 Mar 2003 07:04:40
|
|
Yes i am also having the same porblem but not yet solved. I have don eal
the things required but stil the same porblem Requser if any one could
solve my problem asap
I have also refereced ithe system.data.oracleclient stil the problem
> i have Oracle 8.1.7 sever installed. I have the SDK .Net framework
i> nstalled and I have the the Microsoft .NET Data Provider for Oracle
i> nstalled. But when I create a page using the OracleClient namespace I
get
t> his error:
> CS0234: The type or namespace name 'OracleClient' does not exist in the
c> lass or namespace 'System.Data' (are you missing an assembly reference?)
>
> Line 1: <%@ Page Language="C#" ContentType="text/html"
R> esponseEncoding="iso-8859-1" %>
L> ine 2: <%@ Import Namespace = "System.Data" %>
L> ine 3: <%@ Import Namespace = "System.Data.OracleClient" %>
> What am I doing wrong?
>
Message #2 by Eileen Harcar <empcrh@c...> on Thu, 06 Mar 2003 21:47:53 -0500
|
|
Do you have the Oracle Client installed?
-----Original Message-----
From: bandaru [mailto:bandaru_srikanth@h...]
Sent: Thursday, March 06, 2003 2:05 AM
To: ADO.NET
Subject: [ado_dotnet] Re: Microsoft .NET Data Provider for Oracle
Yes i am also having the same porblem but not yet solved. I have don eal
the things required but stil the same porblem Requser if any one could
solve my problem asap
I have also refereced ithe system.data.oracleclient stil the problem
> i have Oracle 8.1.7 sever installed. I have the SDK .Net framework
i> nstalled and I have the the Microsoft .NET Data Provider for Oracle
i> nstalled. But when I create a page using the OracleClient namespace I
get
t> his error:
> CS0234: The type or namespace name 'OracleClient' does not exist in the
c> lass or namespace 'System.Data' (are you missing an assembly reference?)
>
> Line 1: <%@ Page Language="C#" ContentType="text/html"
R> esponseEncoding="iso-8859-1" %>
L> ine 2: <%@ Import Namespace = "System.Data" %>
L> ine 3: <%@ Import Namespace = "System.Data.OracleClient" %>
> What am I doing wrong?
>
===
Fast Track ADO.NET with C# is a concise introduction to the concepts,
techniques, and libraries that you will need in order to start using ADO.NET
in your applications. The book covers DataSets and Typed DataSets, accessing
data using DataReaders and DataAdaptors, the close relationship between
ADO.NET and XML, how and where to use ADO.NET in your enterprise
applications, and how to use Web Services and ADO.NET to easily pass data
between applications.
http://www.wrox.com/books/1861007604.htm
|
|
 |