Exercises for the Web Database

The initial exercise:


Some further exercises:

Hint. Since this program is complex, you may find it easier to test by using input_entries() rather than build_entries(). input_entries() allows you to enter form details (name=value pairs) from stdin so that the Web does not need to be involved.


Assignment

Extend the database application. For example, it could be improved in ONE of the following ways:

DOCUMENT the code and your changes at the start of db-$sno$.c.

E-mail me your copy of db-$sno$.c by 5pm, Friday 10th July.

Also, e-mail me details on how to run your copy (e.g. the address of your database search page).

My e-mail address is ad@ratree.psu.ac.th.


I will be checking the code in your directories. Do not delete anything until the end of the semester.


Back to the Main Web Database Page