Ask a Question related to ASP Database, Design and Development.
-
George Viveiros #1
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
-
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... -
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... -
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... -
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... -
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... -
Turkbear #2
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:
If I understand correctly:>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!
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
-
George Viveiros #3
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



Reply With Quote

