WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 076457678X
Expert One-on-One Visual Basic 2005 Database Programming
ISBN: 978-0-7645-7678-2
Paperback
624 pages
December 2005
US $39.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

Other Available Formats: Adobe E-Book
  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Download

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