Dreamweaver MX: The Complete Reference
Errata
Page 675
shows a screenshot of the rsGetSeekers, when it should have been
rsGetEmployers. The correct screenshot is here:
|
|
On page 691 there is a query which will not work
in MySQL. The following query will work in MySQL:
SELECT Employers.EmpName
, Jobs.JobDescription
, Jobs.JobEducation
, Jobs.JobLocation
, Jobs.JobSalary
, Jobs.JobStartDate
, Jobs.JobID
FROM Employers
INNER JOIN JobTypes
ON Employers.EmpID = Jobs.EmpID
INNER JOIN Jobs
ON JobTypes.JobTypeID = Jobs.JobType
Other databases that fully support ANSI join syntax will not have a
problem.
|
|
On page 683 the 3rd instruction should have read:
"Set the Link To Detail From attribute to the EmpName field".
The
screenshot shows the EmpName field linked, not the JobTypeDesc field
as in the text. |
Copyright © 2002, DWTeam.com. All
Rights Reserved. |