Errata for "ADO.NET and System.Xml V 2.0 - The Beta Version"
Addison-Wesley, ISBN: 0-321-24712-4
|
Page |
Details |
|
60 |
First code section, line 1 should read: If WaitHandle.WaitAll(aHandles, 15000, False) = False Then |
|
130 |
Section "Improved Internal Indexing", first sentence should read: The schema for the DataSet can specify one or more columns as the primary key(s)... |
|
344 |
Listing 9.15, line 1, should read: Dim reader As XmlReader = XmlReader.Create("books.xml") |
|
362 |
Listing 9.23, line 2, should read: Dim reader As XmlReader = XmlReader.Create("books.xml") |