Lesson 18 - Obtaining Data from a Database
Tags:
VB
, ADO.NET
, 2003
, SQL
, Beginning
This lesson begins by explaining what a database is, and the basic concepts of relational databases including tables, rows and columns, relationships and keys. It explains the different ways that you can access a database from .NET - disconnected or connected and how to achieve both using ADO.NET, a class library provided in the .NET Framework.