Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Visual Basic 6 Developer's Handbook
Evangelos Petroutsos, Kevin Hough
ISBN: 978-0-7821-2283-1
Paperback
1468 pages
December 1998
US $49.99 Add to Cart

Residents outside the United States can purchase books through our International Distributors.

 
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
Corrected Text for File: Location.SQL
/* Insert all the data for the Location table */ INSERT INTO Location VALUES('S13', 'Shelf 13') INSERT INTO Location VALUES('D45', 'Dock 45') INSERT INTO Location VALUES('G83', 'Garage 83') INSERT INTO Location VALUES('S44', 'Shelf 44') INSERT INTO Location VALUES('C68', 'Cabinet 68')
Corrected Text for File: OnHand.SQL
/* Insert all the data for the OnHand table */ INSERT INTO OnHand VALUES('C1397', 5, 5,'S13', 'Picture Tube') INSERT INTO OnHand VALUES('C1469', 3, 5,'D45', 'Case') INSERT INTO OnHand VALUES('C1483', 9, 5,'G83', 'Cord') INSERT INTO OnHand VALUES('C1514', 8, 10,'S44', 'Transistor') INSERT INTO OnHand VALUES('C1551', 2, 10,'C68', 'Antenna')