Connecting to DB via asp through IIS
385440Jan 14 2003 — edited Jan 15 2003I have a web site that uses asp pages with ADODB.Connection objects to connect to my database. This works fine when the DB is SQL, Access or Oracle 8 but will NOT work for Oracle 9
My connection string is:
"Provider=OraOLEDB.Oracle;Data Source=TNS_Name;User ID=xxx;Password=xxx;"
Error message received is "Access is denied"
Any ideas? Connecting from SQLPlus and ODBC tester works fine. I can also use the same connection string from a VB program and it works - just not directly from the ASP page.
Many thanks,
Nicola