Lesson 17 - Obtaining Data from a Database
Tags:
C#
, ADO.NET
, 2003
, SQL
, Beginning
This lesson explains what a database is and explains major concepts like tables, rows, columns, relationships and keys. It explains the difference between accessing a database in a connected versus disconnected manner. Finally, it demonstrates how to access a database using C# and ADO.NET and display data from the database on to a Windows Form.