Re: MDAC Dependency by Cowboy
Cowboy
Wed Jun 02 07:49:40 CDT 2004
Not sure.
SqlClient is 100% native. OracleClient still requires the Oracle library. In
each case, you are not using OleDb Providers. I would assume that MDAC could
be avoided, but I have not tested whether or not any "helper" classes are
used from the MDAC. If there are, you are sunk.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************
"Rao" <trn_study@hotmail.com> wrote in message
news:2a775351.0406012257.6bbe7b87@posting.google.com...
> I understand that ADO.Net has some dependency on MDAC 2.6 or later
> (from MSDN documentation). Please correct me for the following:
>
> "If I am going to use either System.Data.SqlClient OR
> System.Data.OracleClient namespaces for data access, as they directly
> communicate with database (without the support of respective OLE-DB
> drivers), MDAC dependency can be avoided"
>
> --
> Rao TRN