ASP in a Nutshell, 2nd Edition by A. Keyton Weissinger This page contains errors corrected in the 12/00 reprint. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification (xiv) The information in the "Request for Comments" section has been updated. It now reads: Comments and Questions The information in this book has been tested and verified, but you may find that features have changed (or you may even find mistakes!). You can send any errors you find, as well as suggestions for future editions, to: O'Reilly & Associates, Inc. 101 Morris Street Sebastopol, CA 95472 (800) 998-9938 (in the United States or Canada) (707) 829-0515 (international/local) (707) 829-0104 (fax) There is a web site for this book, where errata and any plans for future editions are listed. The site also includes a link to a forum where you can discuss the book with the author and other readers. You can access this site at: http://www.oreilly.com/catalog/9781565928435/ To ask technical questions or comment on the book, send email to: bookquestions@oreilly.com For more information about our books, conferences, software, Resource Centers, and the O'Reilly network, see our web site at: http://www.oreilly.com (47) In the fourth line on the page, changed "mroe" to "more." [99] The description for LOGON_USER did read: "The Windows NT user account with which the user has logged onto the system. This is true regardless of the security type you have set for your web server (i.e., anonymous, basic, or Windows NT challenge/ response)." It now reads: "The Windows NT user account with which the user has logged onto the system if security is set to basic or Windows NT challenge/response. For anonymous security, it returns an empty string." <173> The last sentence in the section "Server-Side Includes: Comments/ Troubleshooting" did read: "Remember that your server-side include files cannot include other files, nor can they contain preprocessing directives described earlier in this chapter." It now reads: "Remember that your server-side include files cannot perform cyclical includes (a set of files cannot include each other), nor can they contain preprocessing directives described earlier in this chapter." {229} The sixth line of code from the bottom of the page did read: "SELECT Buyer, Price FROM Sales WHERE Price > 70000" It now reads: "SELECT Buyer, Price FROM Sales WHERE Price >= 70000" [243] The following line should be inserted below the 5th line of code at the top of the page: ReDim Preserve astrFieldValues(2) (360) The heading for Table 19-8 was printed as "Table 19-8: older Object Properties" (missing the F in Folder). It now reads "Table 19-8: Folder Object Properties" (missing the F in Folder).