error in chapter 26
error in code:
on page 839(chapter 26),Line 11, there is a mistake .
the type of the AttendeeList is text(16),but when you add
more people's name ,the database can only store the first 16
bites, which cannot get all the names of the Attendees.
and i think the type should be varchar(255). You also have to change the table 'Event' on page 834.
|