Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: Problem to access Oracle DB
Do you have the Oracle Client and Networking components installed on the
machine on which you're running this app?
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Some things just happen.
Everything else occurs.
"Shaw" <shaw_zhu@yahoo.com> wrote in message
news:00fe01c3457d$b9d44270$a501280a@phx.gbl...> I try to build a very simple sample to access Oracle
> database in ASP.NET, and get an error message when web
> page launched (failed at adapter.fill method). The error
> said:
>
> "Oracle client and networking components were not found.
> These components are supplied by Oracle Corporation and
> are part of the Oracle Version 7.3.3 or later client
> software installation. Provider is unable to function
> until these components are installed."
>
> It's only happened in ASP.NET. I run similar UI and code
> in WinForm and it is just fine. I don't have problem to
> access Oracle DB in WinForm. So, is the DB access
> different in Oracle between WinForm and WebPage?
>
> I use "Microsoft OLE DB Provider for Oracle", Is it right
> provider to use?
>
> Any idea? Thanks for your help!
>
> Shaw
Kevin Spencer Guest
-
Access DB to Oracle DB
I'm trying to convert an access table to an oracle table. I have not had any problems except for the date/time field in access which contains an... -
Oracle Table Access With Oracle OLEDB Driver
If I use the Oracle client to access the Oracle database with DW 2004, it does not display any tables. If I use the Microsoft client it does work. ... -
Access Violation when using Visual Interdev to access Oracle
I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP... -
#23668 [Opn->Fbk]: oracle<defunct> problem apache2+php+oracle
ID: 23668 Updated by: sniper@php.net Reported By: thecluster at argentina dot com -Status: Open +Status: ... -
Access to Oracle and Informix DB
"Rich Campbell" <rich.campbell@att.com> wrote: So far, I've used separate programs written in Oracle Pro*C and Informix ESQL/C. The Pro*C... -
Shaw Zhu #2
Re: Problem to access Oracle DB
Thanks Kevin, I checked my Oracle installation. It said "Oracle Net
Services 9.2.0.1.0 installed".
I have a question about version compatibility.The Oracle database I
installed is later version of Oracle 9i DB 9.2.0.1. Does "Microsoft OLE
DB Provider for Oracle" only support earlier Oracle DB version, such as
8i?
Can we only access Oracle 9.2 through ODP.NET (Oracle Data Provider for
..NET)?
I installed everything in one Windows XP Pro computer, MS Visual studio,
IIS and Oracle DB 9.2. When I run WinForm app debug version with Oracle
DB, it's fine. And I don't have problem to run "SQL*Plus" client on
Oracle PL/SQL. Thanks.
Shaw
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Shaw Zhu Guest



Reply With Quote

