Consulting

Results 1 to 2 of 2

Thread: Solved: Unable to connect to Oracle

  1. #1
    VBAX Tutor gnod's Avatar
    Joined
    Apr 2006
    Posts
    257
    Location

    Solved: Unable to connect to Oracle

    Hi,

    On my computer it doesn't have problem connecting to oracle but when i test it to user's pc it prompts an error which i don't understand

    Error:
    "Runtime error '-2147467259 (80004005)';
    Oracle error occured, but error message could not be retrived from oracle."

    i already install the oracle 9i client to user's pc and also we have the same MDAC version 2.8..

    [VBA]
    Set Conn = CreateObject("ADODB.Connection")
    With Conn
    .ConnectionString = "Provider=MSDAORA;" & _
    "Data Source=dbname;" & _
    "User ID=username;Password=pword;"
    .Open
    End With
    [/VBA]


    pls

  2. #2
    VBAX Tutor gnod's Avatar
    Joined
    Apr 2006
    Posts
    257
    Location
    hi,

    i already solved the other computer.. i edit the PATH environment variable to include the directory/folder of other oracle product installed on that computer..


    thanks..

Posting Permissions

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