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

Re: where can I download the ADO.Net object? by Miha

Miha
Mon Jan 03 03:39:30 CST 2005

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

"Victor Lung" <VictorLung@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



Re: where can I download the ADO.Net object? by Joyjit

Joyjit
Mon Jan 03 04:21:04 CST 2005

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

"Victor Lung" <VictorLung@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



Re: where can I download the ADO.Net object? by Cor

Cor
Mon Jan 03 09:22:34 CST 2005

Victor,

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

I hope this helps

Cor