Microsoft provider does not work with Oracle DB connection

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Microsoft provider does not work with Oracle DB connection

    I have an ASP.Net application that connects to an Oracle 8.1.7 database.
    If I use the Microsoft provider MSDAORA the connection fails every time.
    If I use the Oracle provider the connection works.

    I need to use the Microsoft provider because there is a connection class
    we have to use that uses the Microsoft provider. There are other
    machines in this group that use the Microsoft provider without any
    problem.

    I am looking for help on what could be the show stopper.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    George Viveiros Guest

  2. Similar Questions and Discussions

    1. Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
      Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E07) Data type mismatch in criteria expression. /index.asp, line 35 i have...
    2. Microsoft OLE DB Provider for ODBC Drivers error'80040e14'
      I keep getting this error on the update asp page. I am very new at this and would appreciate any help. Thank you. Microsoft OLE DB Provider for...
    3. Help!! Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
      Hello All, I've recently migrated servers (NT 4.0 sp6) to Win2k3 Standard, and I now have this error message on a webpage. The problem only...
    4. Microsoft OLE DB Provider for SQL Server error '80004005'
      Hi, I have 2 virtual directory under my IIS (ver 4), Both of them using same ASP script, But one of the other script come out with this error...
    5. Error on Microsoft OLE DB Provider for Oracle (0x80004005)
      Hi Dibesh, I've seen this behavior before. This could be a permissions issue which can be corrected by taking the following actions: 1. Open...
  3. #2

    Default Re: Microsoft provider does not work with Oracle DB connection

    On Tue, 16 Sep 2003 14:12:17 -0700, George Viveiros <viveirosg@npt.nuwc.navy.mil> wrote:
    >I have an ASP.Net application that connects to an Oracle 8.1.7 database.
    >If I use the Microsoft provider MSDAORA the connection fails every time.
    >If I use the Oracle provider the connection works.
    >
    >I need to use the Microsoft provider because there is a connection class
    >we have to use that uses the Microsoft provider. There are other
    >machines in this group that use the Microsoft provider without any
    >problem.
    >
    >I am looking for help on what could be the show stopper.
    >
    >
    >
    >*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    >Don't just participate in USENET...get rewarded for it!
    If I understand correctly:
    The same connection info, just a different provider is used.
    The Microsoft one ( using the same connection info) can connect to the same database on some machines but not on one.
    The Oracle provider works on all of them.

    What error does the failure return?




    Turkbear Guest

  4. #3

    Default Re: Microsoft provider does not work with Oracle DB connection

    In the locals window under connection object I see ServerVersion:
    <error: an exception of type:
    {System.InvalidOperationException}occurred>

    In Catch ex As Exception of the try catch block, ex.message is:
    "Exception has been thrown by the target of an invocation". ex.Source is
    : "mscorlib".

    In ex.InnerException.Message I see: "Oracle error occurred, but error
    message could not be retrieved from Oracle.".

    I am running IIS 5.0 and Visual Studio 2003 on a Windows 2000 machine
    with all the latest service packs.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    George Viveiros Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139