ABSTRACT

Now that we have opened the database, it is time to read the data that is in it. Most likely, that is the real reason why you would be opening a database in the first place — to read from it or write to it. Especially with Visual Studio .NET’s implementation of ADO.NET, there are many ways to read data from a database.