Assignment 1
Write pages that produce a list of all countries (names of countries, populations and GDP) in the
Africa table of the Country
database that have a democracy (name of country in bold text).
- Start FrontPage.
- Under
the File Menu select Open Web.
- Type http://vygotsky.ced.appstate.edu/advweb where it says Folder name (at the bottom of the Open Web dialog box).
- Click on the Open button.
- Enter the username and password when prompted to do so.
- Create a new page (File menu, New, Page) and name it according to what you want your group to be
called (Use Save As). Be sure to make this page an ASP
page (page_name.asp).
- Write asp code to open the database (country.mdb which is located in the
databases directory) and write an SQL command that will find the appropriate
countries. Use the Response.Write command to display the results. (See
ASP Example Code.)
Put the results from assignment 1 into a table format (header row, attractive layout).