Jackie Goldstein wrote a helpful article about using the strongly typed Dataset and TableAdapter objects to write data access code. This approach is much easier than directly using SQLCommand, SQLAdapter, and DataReader objects. Article: http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnvs05/html/newdtastvs05.asp
Read More...