![]() |
|
IntroductionIn this project you will begin making your own set of pages that will
integrate with the contacts.mdb database. You won't be able to do this project without
doing prior assignments listed in the schedule. Starting files for this project are provided for you in your Web account on the cis2.cuyamaca.net server. Just click the "Expand" icon in your files panel to connect to the server and download the contacts & database folders. If you need help, see the last part of the site definition handout.
The contacts.mdb database has the following fields:
Right now, contacts.mdb contains about 10 records, but you will add records in later projects. As a matter of fact, you will eventually create forms to add and edit records from a Web page! For this project, you will create a DSN-less connection to contacts.mdb, create pages and a recordset, and display dynamic data. View my example before you begin. Database integration is complex and it can be tricky to troubleshoot problems, so be sure to TEST each step of the way. If you don't test frequently, you will have a difficult time identifying the source of errors. What to Do
|
| Name: | (firstName & lastName data will go here) |
| Phone Number: | (phone data will go here) |
| E-mail Address: | (email data will go here) |
| URL: | (link data will go here) |
Note: it's easiest if you copy the connection string (highlighted
in yellow) from the handout and paste it into the Custom Connection
String dialog box. Then all you have to do is change the username
and the database name.

| Points | Requirements |
|---|---|
| 10 | external CSS (background, font, links) |
| 10 | DSN-less Connection |
| 20 | dynamic data in detail.asp |
| 10 | navigation bar |
| 10 | dynamic link |