Re: Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?
From: Miha Markic [MVP C#] (miha)
Date: 02/12/04
- Next message: Miha Markic [MVP C#]: "Re: Redistribution files for .NET"
- Previous message: Paul Clement: "Re: ADO for Excel ?"
- In reply to: Ruffin Bailey: "Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?"
- Next in thread: Frans Bouma: "Re: Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?"
- Reply: Frans Bouma: "Re: Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Feb 2004 18:20:42 +0100
Hi Ruffin,
MS' provider requires 8.1.7 version while Oracle's require 9i r2 Oracle
client.
Plus, Oracle's provider has few more features.
I would stick with MS - I would use Oracle's provider only when necessary.
-- Miha Markic [MVP C#] - RightHand .NET consulting & development miha at rthand com www.rthand.com "Ruffin Bailey" <kaboom@atari.net> wrote in message news:172e9d35.0402120744.f5f048@posting.google.com... > When I started working on an ADO.NET application that accessed Oracle > 9 on the backend, I downloaded and installed ODP.NET from Oracle > (http://otn.oracle.com/tech/windows/odpnet/index.html) which gave me > the Oracle.DataAccess.Client namespace. > > Was impressed that the Oracle objects were in the VS.NET Help app -- > until I finally figured out that's b/c there's a > System.Data.OracleClient in .NET 1.1 by default. > > Other than a few minor syntax changes (like OracleDbType not existing > in System.Data.OracleClient), they seem to be the same thing. > > Is there any technical reason to use one over the other? Though it's > a minor nuisance to install ODP.NET everywhere I install the app, I > will if that's a better route. If everything's equal, give or take, > however, I'll stick to the System.Data.OracleClient just for > simplicity's sake -- I guess. Still not completely convinced I > shouldn't use ODP.NET just so that I've got the vendor's data > connection code instead of something ultimately from a third party. > > Thanks, > > Ruffin Bailey
- Next message: Miha Markic [MVP C#]: "Re: Redistribution files for .NET"
- Previous message: Paul Clement: "Re: ADO for Excel ?"
- In reply to: Ruffin Bailey: "Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?"
- Next in thread: Frans Bouma: "Re: Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?"
- Reply: Frans Bouma: "Re: Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|