Problem with Oracle connection

  • Thread starter Thread starter vaidas gudas
  • Start date Start date
V

vaidas gudas

I have WIN XP SPS, and Oracle client 9.2.0.1.0
when I trying work with ASP.NET application I am geting the error, which
require Oracle Client 8.1.7 or greater.
Same system with the WIN XP SP1 it is workng
 
OracleClient was released during the beginning of the 9i timeframe. There are
many incompatibilities. The architecture for 10g has changed even more
dramatically, fully breaking OracleClient.

My suggestion is to download ODP.NET from otn.oracle.com. The model is
similar to OracleClient, so you will not have a huge learning curve. While
you will need a different version when you move to 10g, it is a matter of
setting a reference to the new version. Not sure when MS will catch up.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
If I don't want to use ODP, because I need to make a lot of remakes in the
applications. That the same application must work in the WINXP SP2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top