Wiley.com
Print this page Share

Expert One-on-One Visual Basic® 2005 Database Programming

ISBN: 978-0-7645-7678-2
Paperback
624 pages
December 2005
Expert One-on-One Visual Basic® 2005 Database Programming (076457678X) 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
Code Replacement / Errata Download
The code update for this title has been posted and may be accessed via:
http://www.wrox.com/WileyCDA/WroxTitle/productCd-076457678X,descCd-download_code.html
02/14/2006
8 Error in Text (Figure)
Figure 1-2, Top left block:

Text reads:
"OLE CB"

Should read:
"OLE DB"
08/18/2006
9 Error in code
running code returns error message:
"There is already an open datareader associated with this command which must be closed first."

to fix:
remove the code line that reads:
sdrReader = cmdReader.ExecuteReader
4/24/06
25 Error in Text (Figure)
Figure 1-5, Top left block:

Text reads:
"OLE CB Provider"

Should read:
"OLE DB Provider"
08/18/2006
4 138 Typo
'Clean Up the UI and Code':
Bullet point 2 should read:

". . . delete the FillByCustomerIDToolStripButton_Click and FillByCustomerIDToolStripButton1_Click"

Note the removal of the number '1' in the earlier click event.
06/04/07
Back to Top