1. Home
  2. Computing & Technology
  3. Visual Basic
Using ADO .NET - First Principles
Part 1 - Learning ADO .NET
Databases

You can do a lot with Visual Basic by itself, but ultimately, you have to have data to build most systems. VB .NET is designed to work with a new way to access data: ADO .NET.

The name "ADO .NET" was invented by Microsoft Marketing and you should not conclude that it's "just like ADO". Like VB .NET itself, ADO .NET is a completely new product with only a surface similarity to earlier versions. That's why it doesn't really matter that ADO once stood for ActiveX Data Objects. It doesn't stand for that anymore.

In this series, we're going to learn ADO .NET literally from the ground up - slowly and carefully. The series will be presented in "byte sized" articles rather than trying to tell the story all at once. Also, important issues that you have to know, but are not part of the main focus, are presented as "DYK" articles so you can read them if you need to, or get on to the main topic if you don't.

-----------------------------------------

About.com also has a database focused site at databases.about.com. This series will focus on the VB .NET language aspects of ADO .NET. Go to About Databases for more information 'About' building and using databases.

-----------------------------------------


 More of this Feature
• Part 2: Using ADO. NET in Visual Studio .NET
• Part 3: DataSet - King of ADO .NET Objects
• Part 4: The Xtra in ADO is XML!
 
 Join the Discussion
Is this the kind of article that helps you?
Let us know!
 
 Related Resources
• VB .NET Books!
• New to VB .NET?
  Learn It Here!
 
 Elsewhere on the Web
• About.Com DATABASES
 

The problem with learning something as broad and flexible as ADO .NET is that you can get confused by all the details and different applications while you're trying to learn the basics. Our approach to solving that problem will be to discuss the whole product, but actually demonstrate just a few of the technologies. In this series, we're going to focus exclusively on VB .NET with examples in Access (.mdb) databases and MSDE (Microsoft Data Engine) - a version of SQL Server that is widely available with a number of Microsoft products. There are important applications involving ASP .NET and other databases, but we're going to reserve those for future articles.

Here's the broad overview of ADO .NET. The simplest definition of ADO .NET is that it is Microsoft's new object library for data access. In one way, this is just the most recent of Microsoft's access methods (previous products were DAO, RDO and ADO). But in another way, this is a new revolution in software like the other .NET products. Prepare to bend your mind.

Next page > Using ADO. NET in Visual Studio .NET > Page 1, 2, 3, 4

Explore Visual Basic

More from About.com

  1. Home
  2. Computing & Technology
  3. Visual Basic
  4. Learn VB.NET
  5. Learn ADO.NET
  6. Using ADO .NET - First Principles

©2008 About.com, a part of The New York Times Company.

All rights reserved.