As a convenience to readers, we are making available for download the code for all the projects in the book. The projects are organized according to the chapter in which they appear. For example, ADOBook01.zip contains the Chapter 1 project files.
You can also obtain the project files from the book's FTP site. You can access the FTP site via your browser (if it offers FTP support). Alternatively, you can log onto the site using a dedicated FTP client at the following coordinates:
Host: ftp.prenhall.com
User ID: anonymous
Password: [your email address]
Directory: /pub/ptr/system_administration_and_programming.w-062/howell/
N.B. If you are on a computer or a network protected by a firewall, you may experience difficulty accessing the FTP site.
For Windows Forms projects, all you have to do is download the entire folder to the location of your choice, create a new blank solution in the IDE, and simply add the project to it.
Web projects are a little more complicated. Follow these instructions and you should have minimal problems
If you get any messages stating that "Source Code Control cannot be found" or something of the sort, you can just continue and remove the projects from source control. I went through and removed them all, but sometimes the messages pop up anyway. If you want to avoid these altogether, before opening the project, delete any files ending in .scc or .vsscc from the project root folder. You should remove all of the "read-only" file attributes as well if any are set. If you have Visual SourceSafe on you system it will then prompt you to add then project to it. If you do not have Visual SourceSafe you will not be prompted about source control.
Read Prentice Hall PTR to stay on the cutting edge of computer science and engineering.