Microsoft SQL Server 2000 Programming Step by Step Comments and Corrections (322645)



The information in this article applies to:

  • MSPRESS Microsoft SQL Server 2000 Programming Step by Step, ISBN 0-7356-1142-4

This article was previously published under Q322645

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft SQL Server 2000 Programming Step by Step, ISBN 0-7356-1142-4.

The following topics are covered:
  • Page 338: Error In Step 6

MORE INFORMATION

Page 338: Error In Step 6

There is an error in step 6 on page 338 which causes the sample query to fail.

Change:
"insert only the OilName and LatinName columns."

To:
"insert only the OilID, OilName, and LatinName columns. Delete the "*" row from the Grid Pane."

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.

Modification Type:MajorLast Reviewed:5/21/2002
Keywords:kbdocerr kbdocfix kbinfo KB322645