Free ADO.NET, Part 5 Tutorial

Feb
10

ADO.NET, Part 5

Posted by admin

This is the fifth installment from the Programming Visual Basic .NET chapter on ADO.NET, focusing on Typed DataSets, reading data into a DataReader, and executing stored procedures through a SqlCommand object.Typed DataSetsThere is nothing syntactically wrong with this line of code:Dim dt As System.Data.DataTable = ds.Tables("Custumers")However, "Custumers" is misspelled. If it were the name of a variable, property, or method, it would cause a compile-time error (assuming the 
continue >>

Tags:

Add A Comment