Errata

DAO Object Model: The Definitive Reference

Errata for DAO Object Model: The Definitive Reference

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date Submitted
Printed Page 23
At the bottom of the page, in Table 2-2, DBEngine Properties,

the descriptions for the DefaultPassword and DefaultType properties are
inverted.

Anonymous   
Printed Page 37

In the fourth paragraph of code, the second listing now reads:

"IdleOutput rstOrders, strcountry"

Should read:

"IdleOutput (rstOrders, strcountry)"

Anonymous   
Printed Page 219
In the OpenRecordset section, the arguments for OpenRecordset do not

match their description in the table below them.

To correct the error: the word "source" in the Argument column of the table
should be changed to "name." As well, "name" should read "type."
See p. 113 where the table describing the arguments is correct.

It would also be helpful to indicate which arguments are optional in the
definition on p. 219 as you have done on p. 113.

Anonymous   
Printed Page 221
The last sentence of first paragaph on the page reads: "See the

OpenRecordset section Chapter 5. . . for a number of code examples
illustrating this method with database objects. . ."

This would be made more clear by noting that the second syntax given for
OpenRecordset is also illustrated in the QueryDef & TableDef chapters
(c. 7, p. 164 and c. 10 p. 267, respectively).

Anonymous