ODP.NET & MSDAORA
-
Hi, I found this note from the download page of ODP.Net - Do not install ODP.NET over a previous Oracle Home version (e.g. Oracle8i) if you have applications dependent on the older Oracle Home and are not certified with an Oracle9i Release 2 Home. For example, the Microsoft OLE DB provider for Oracle (MSDAORA) may not work with Oracle9i Release 2 client because the provider has not been tested for it. According to it, my understanding is: (1) ODP.NET only work with oracle client of Oracle9i Release 2 or high version (2) if there's an application using oracle8i client and connect to oracle by odbc, then it's not recommended to install oracle 9i client and ODP.Net on it (3) if there's an application using oracle9i client and connect to oracle by odbc, then it's ok to install odp.net and my .net application on it Correct me if I am wrong. Thanks in advance.