Errata

Microsoft® ADO.NET Step by Step

Errata for Microsoft® ADO.NET Step by Step

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 102

Incorrect Code

The code sample at the top of page 102 is incorrect. The code should read:

this.txtMessages.Text += "
Executing a command of type ";
this.txtMessages.Text += args.StatementType.ToString();

Microsoft Press  Jul 13, 2010 
Printed
Page 152

Error In Step 1

There is an error in step 1 on page 152.
Change:
"1. In the form designer, double-click the Clone DataSet button."
To:
"1. In the form designer, double-click the Create Relation button."

Microsoft Press  Jul 13, 2010 
Printed
Page 252

Incorrect Statement Regarding RejectChanges

There is an error in the second paragraph on page 252.
Change:
"...will have the Original values of each column changed to the Current values,"
To:
"...will have the Current values of each column changed to the Original values,"Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.

Microsoft Press  Jul 13, 2010 
Printed
Page 91

Me.dsProducts1.Table Should Be Me.dsProducts1._Table On page 91, in the code sample at the bottom, Change: "Me.daProducts.Fill(Me.dsProducts1.Table)" To: "Me.daProducts.Fill(Me.dsProducts1._Table)"

Microsoft Press  May 06, 2010 
Printed
Page 102, 105, & 107

"
" Parameter Does Not Create Multiple Lines Pages 102, 105, 107, and others show code samples using the
parameter. This parameter would create multiple lines in pre-release versions of Visual C#. The release version of C# uses
. All instances of
need to be changed to
.

Microsoft Press  May 06, 2010 
Printed
Page 155

Error In Step 1 There is an error in step 1 on page 152. Change: "1. In the form designer, double-click the Create Relation button." To: "1. In the form designer, double-click the Clone DataSet button."

Microsoft Press  May 06, 2010