Errata for Programming Microsoft® SQL Server™ 2005
Submit your own errata for this product.
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 53
|
Chapter03.dll missing from sample files
On page 53, a required file Chapter03.dll is missing and needs to be created. The Chapter03.dll file is created by opening the file " My DocumentsMicrosoft PressProgramming SQL Server 2005Chapter03VSChapter03ManualChapter03Manual.sln" and then using one of the Build commands inside Visual Studio 2005.
Once the solution has been built the Chapter03.dll file should be available here "My DocumentsMicrosoft PressProgramming SQL Server 2005Chapter03VSChapter03ManualChapter03inDebugChapter03.dll".
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 176
|
"not" should be "now"
On page 176, the code example in Listing 6-1 contains an incorrect word on line 23.
Change:
MessageBox.Show("You are not connected to: " + svrLocal.Name+To:
MessageBox.Show("You are now connected to: " + svrLocal.Name+
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 |
|