Introduction - If you have any usage issues, please Google them yourself
ADO.NET is the NET enhanced version of ADO that we all know and
love. ADO.NET aims to address some of the deficiencies of traditional
ADO and present a model that provides type safety, OOP, and
efficiency.
This class can achieve the most common task when accessing a
database: Querying for data and traversing that data from start to
finish in order to display the contents (or subset thereof) of a
table.