Wiley.com
Print this page Share

Beginning C# 2005 Databases

ISBN: 978-0-470-04406-3
Paperback
528 pages
October 2006
Beginning C# 2005 Databases (0470044063) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
20 Error in Text
PhoneBookEntry column

should be:
PhoneBookEntryId column
07/03/07
24 Error in Code
On page 24 the example code for a right outer join is actually for a left outer join.

Code should read:
SELECT * FROM Product RIGHT OUTER JOIN...
12/01/06
100 Error in Text
line 16, word 15:

"flexibility that in possible with the"

should be:

"flexibility that is possible with the"
01/11/2008
Back to Top