DAO to ADO.NET

  • Thread starter Thread starter news.demon.co.uk
  • Start date Start date
N

news.demon.co.uk

I have been using vb6 and DAO up to now, i did not like ADO so i never used
it.
i now want to start programming in dotnet, but i see that DAO will not be
good,
so i need to learn ADO.NET fast i am a quick lerner, where can i get detail
on it
I Know DAO like 123 so database terms are easy to me
 
The .NET documentation is rather good. Just go to the help and search for
the topic "Introduction to Data Access with ADO.NET" That is a good
starting point. Just be ready to think about the process a bit differently
:-)

hth ...
 
Hi news.demon.co.uk,

As MarkB said, you can read the the ADO.NET documentation.

He could have given the links too. But any way here are those links

INFO: Roadmap for ADO.NET
===================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313590

INFO: Roadmap for ADO.NET DataSet, DataView, and DataViewManager Objects
===================================================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313485

INFO: Roadmap for ADO.NET DataAdapter Objects
================================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313483

INFO: Roadmap for Visual Database Tools and Typed DataSets
========================================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313486


INFO: Roadmap for .NET Data Providers
==========================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313480

INFO: Roadmap for ADO.NET DataSet Objects and XML Web Services
============================================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313648


Roadmap for Windows Forms data binding
===========================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313482


INFO: Roadmap for Web Forms Data Binding
=============================
http://support.microsoft.com/default.aspx?scid=kb;en-us;313481

I have given majority of the links, you can also explore rest of the links

One more thing, Since ADO.NET 2.0 has already come, I feel you straight away
learn that.

Learning About ADO.NET 2.0
==================
http://msdn.microsoft.com/data/dataaccess/whidbey/default.aspx

Bye
Venkat_KL
 
Back
Top