Errata
Macromedia ColdFusion MX Development with Dreamweaver MX: Visual QuickPro Guide · ISBN 0321158024 · 4 corrections
Initial printing
| Page | Location | Correction |
|---|---|---|
| 51 | Figure 4.25. | When the correct Figure 4.24 is used the results shown in this figure will differ accordingly. |
| 51 | Figure 4.24. | This figure erroneously shows the keyword AND within the join condition, when it should be an equal sign (=). The correct join condition should be: WHERE tblDepartments.DepartmentID = tblEmployees.DeptIDFK. |
| 51 | Step 5, instruction states to sort by DepartmentID column. | Should be “DepartmentName”. |
| 51 | Step 4, instruction to select DepartmentID column. | Should be “DepartmentName”. |