Home All Groups Group Topic Archive Search About

where can I download the ADO.Net object?

Author
3 Jan 2005 9:15 AM
Victor Lung
Dear All,

I am newbies in .Net. I would like to ask do i need to download the ADO.Net
objects for the database connection? just like need to download the ODBC
driver for Java? If yes, where can I find the ADO.Net object?

Thank you very much.

Victor
Author
3 Jan 2005 9:39 AM
Miha Markic [MVP C#]
Sql, Oracle and OleDb come with VS.NET 2003.
If you need others, you'll have to check elsewhere on the web - just like
3rd party controls

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com

Show quoteHide quote
"Victor Lung" <VictorL***@discussions.microsoft.com> wrote in message
news:D46C957A-3413-43C1-8FFB-64D9734EDE3E@microsoft.com...
> Dear All,
>
> I am newbies in .Net. I would like to ask do i need to download the
> ADO.Net
> objects for the database connection? just like need to download the ODBC
> driver for Java? If yes, where can I find the ADO.Net object?
>
> Thank you very much.
>
> Victor
Are all your drivers up to date? click for free checkup

Author
3 Jan 2005 10:21 AM
Joyjit Mukherjee
Hi,

its part of .NET Framework, either version 1.0 or 1.1. You can download .NET
Framework 1.1 from Microsoft site's download center, and which is free.

regards
Joyjit

Show quoteHide quote
"Victor Lung" <VictorL***@discussions.microsoft.com> wrote in message
news:D46C957A-3413-43C1-8FFB-64D9734EDE3E@microsoft.com...
> Dear All,
>
> I am newbies in .Net. I would like to ask do i need to download the
ADO.Net
> objects for the database connection? just like need to download the ODBC
> driver for Java? If yes, where can I find the ADO.Net object?
>
> Thank you very much.
>
> Victor
Author
3 Jan 2005 3:22 PM
Cor Ligthert
Victor,

Mostly you need alone the connections.
http://www.connectionstrings.com/

I hope this helps

Cor

Bookmark and Share