ODBC Driver error for ASP
397450Jun 23 2003 — edited Aug 20 2003Hello:
I am running an ASP based application and I have a DSN setup for Oracle. I test the connection successfully for the DSN, but when I try to do it through the ASP based application, I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Specified driver could not be loaded due to system error 5 (Oracle in OraHome92).
/communications/util/DbUtils.asp, line 5
Seems like it is not able to make a connection to the database. This is what is in the line 5 of the dbutils.asp file.
conn.Open "dsn=DEMO;uid=webcache;pwd=demo.demo"
I am running Oracle 9.2.0.1. Has anyone seen this problem and what is the fix for it.
In the driver section of the ODBC Data Sources, I have Oracle in OraHome92 listed as the driver, the version is 9.02.00.00, company is Oracle, data is 03/12/2002.
Some help will be appreciated.