ODBC .Net Data provider Is it still an Add-in for 2005?

In the previous version of Visual Studio, one had to download the .Net data provider for ODBC. Is that still the case for VS 2005 I haven't been able to find documentation concerning that...the ODBC connection class documentation mentions the data provider, but doesn't say of it is the .net version or not....

advTHANKSance



Answer this question

ODBC .Net Data provider Is it still an Add-in for 2005?

  • Fabio Fernandes


    The Oracle client is not included with the .NET Framework. This is Oracle software.

  • DanVC

    Nope. Still keeps asking for Oracle client... :(


  • Jonas Leine

    From my experience no matter what you're using to access Oracle data you need the Oracle client. The ODBC and OLE DB just talk to the client which talks to the server. -- Cindy Winegarden MCSD, Microsoft Most Valuable Professional cindy@cindywinegarden.com wrote in message news:9acbb830-5177-4d66-a05f-1e933e63e24d@discussions.microsoft.com... > Nope. Still keeps asking for Oracle client... :(
  • alaonso

    The odbc provider is included in the frameworks in VS 2005. No special download needed.

    - Dave



  • William_Ryan MVP

    Just to clarify this thread, there is an ADO.NET data provider included with VS2005, in the namespace System.Data.OracleClient. However, it also requires the Oracle client software, version 8i release 3 or greater. See http://msdn2.microsoft.com/en-us/library/2d7h4ycx.aspx for more info.

    - Dave



  • ODBC .Net Data provider Is it still an Add-in for 2005?