Errata

ASP in a Nutshell

Errata for ASP in a Nutshell

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page iv
In the numbered list at the bottom of the copyright page, changed

"1. Acitive server pages" to "1. Active server pages."

Anonymous    Oct 01, 2000
Printed
Page xiv
The 6th line from the bottom of the page did read

"There is a web site for the book, where examples, errata, and
plans..."

Now reads:

"There is a web site for the book, where errata and plans..."

Anonymous    Oct 01, 2000
Printed
Page 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

Anonymous    Dec 01, 2000
Printed
Page 47
fourth line

In the fourth line on the page, changed "mroe" to "more."

Anonymous    Dec 01, 2000
Printed
Page 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."

Anonymous    Dec 01, 2000
Printed
Page 115
first line of the section "Status"

In the first line of the section "Status," "strStatusDescString" has been changed to "strStatusDescSetting."

Anonymous    Oct 01, 2000
Printed
Page 154
2nd paragraph, 1st sentence

"Item is the default property of the Contents collection and the Contents
collection is the default collection of the Application object."

should be:

"Item is the default property of the Contents collection and the Contents
collection is the default collection of the Session object."

Anonymous   
Printed
Page 171
The 8th line of the second source code example on the page did read

Sub btnReport_onClick

The Sub statement is from VBScript, but is not supported in JScript. The
line has been changed to:

function btnReport_OnClick

Anonymous    Oct 01, 2000
Printed
Page 173
last sentence in the section "Server-Side Includes: Comments/Troubleshooting"

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."

Anonymous    Dec 01, 2000
Printed
Page 198
Property column of Table 12-10

In the Property column of Table 12-10, "ype" was listed as a property. The property NOW READS: "Type".

Anonymous    Mar 01, 2004
Printed
Page 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"

Anonymous    Dec 01, 2000
Printed
Page 243
5th line of code at the top of the page

The following line should be inserted below the 5th line of code at the top of the page:

ReDim Preserve astrFieldValues(2)

Anonymous    Dec 01, 2000
Printed
Page 360
Table 19-8 was printed as "Table 19-8: older Object Properties"

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).

Anonymous    Dec 01, 2000