ASP connection with Oracle

T

Techeek

I am trying to connect to Oracle through ASP. But I am getting the following
error :



Microsoft OLE DB Provider for Oracle (0x80004005)
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.



I have tried many connection strings, but with all it is giving me the same
error.



Please help.
 
M

Mr. Arnold

Techeek said:
I am trying to connect to Oracle through ASP. But I am getting the
following
error :



Microsoft OLE DB Provider for Oracle (0x80004005)
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.



I have tried many connection strings, but with all it is giving me the
same
error.



Please help.

You connect to a database with a provider such as Oracle through ADO.net not
ASP.net.

That message means that the workstation must have the Oracle client driver
installed on the workstation, so that you can use the Oracle Namespace. The
driver should match the Oracle client driver version number that's deployed
to a test or production Web server, as an example, otherwise, your
application will be using the wrong driver and subject to not work because
of this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top