Results 1 to 1 of 1

Thread: Oracle database access from ASP with Microsoft provided driver

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    6

    Oracle database access from ASP with Microsoft provided driver

    Hi,

    I am trying to open a connection object to the oracle database that I use at work.

    dim conn

    conn.Open "Provider=MSDAORA.1;Password=****;User ID=****;Data Source=mySource"

    I made sure that the file "oraclm32.dll" is in the expected place in my machine. The Microsoft ODBC for Oracle driver that I can see in my machine is version 2.575.1022.00(MSORCL32.dll).

    I keep getting "Oracle Clients and networking components were not found". I am attaching a word doc here which will give the details of the odbc driver in my machine and the error message.

    Now, in another machine, the oracle driver version is 2.573...... The db connection works just fine from there.

    Please tell me what else I need to check. I do not really want to change my driver as it might affect the stability of some other app that might be using the same.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width