Microsoft OLE DB Provider for Oracle error '80004005' ??? any solution?
459257Oct 10 2005 — edited Oct 11 2005Hi there, I when i am connecting to oracle database i 've been prompted following message in
the browser window.
ERROR:
Microsoft OLE DB Provider for Oracle error '80004005'
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.
The code which i 've been using in asp is as follows:
CODE:
1. Dim Conn
2. Set Conn = Server.CreateObject("ADODB.Connection")
3. Conn.Open "File Name=C:\OraUDL.udl"
' line 3 where error is being prompted.
The above lines of code were perfectly working in the past. But as soon as i reinstalled
Microsoft Advace Server 2000 and reintalled oracle 9.2.0.4. on the same machine. Please tell
me what is being missed by me as it was working with same codes before reinstallation.
I would be very thankfull to you.
Regards