Errata

Microsoft® SQL Server™ 2005: Database Essentials Step by Step

Errata for Microsoft® SQL Server™ 2005: Database Essentials 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 138

C# code used in place of VB code On page 138, the sample code in step 15 reads: private void btnUpdate_Click(object sender, EventArgs e) { this.departmentTableAdapter.Update(this.adventureWorksDataSet.Department); }It should read: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me.DepartmentTableAdapter.Update(Me.AdventureWorksDataSet.Department) End Sub 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.The print number of the book is located on the copyright page in the form of a string of numbers. For example: "2 3 4 5 6 7 8 0 QWT 9 8 76 5 4". The first number in the string is the the print number. In this example, the print number is 2.

Microsoft Press  May 06, 2010