I have Oracle ODBC drver installed on my web server (IIS).
DSN has been created.
For security reasons i CANNOT install oracle client on this machine.
I am trying to connect to the db using a connect string in my ASP.
Its gives me error
Microsoft OLE DB Provider for Oracle error '80004005'
The Oracle(tm) 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 greater) client software installation. You will be
unable to use this provider until these components have been installed.
/abc/database.asp, line 6
Solution???