Create a page to display database records
You can create a web page to display records from a database, even if you don't have the program used to create the database. From a web site that has an existing database connection, do the following:
- On the File menu, point to New, and then click Page or Web.
- In the New Page or Web task pane, under New from Template, click Web Site Templates.
- Click Database Interface Wizard, and then click Add to current Web.
- Click OK.
- In the Database Interface Wizard dialog box, select Use an existing database connection, and then select a database connection from the drop-down list.
- Click Next.
- Select the table or view you would like to use for the database connection, and then click Next.
- If you want to modify a form field, do the following:
- Select a value in the Edit form field type list, and then click Modify.
- Select a different value in the Form field input type list.
Note If you select Option Button as a form field input type, be sure to select a value under Number of options.
- Click OK, and then click Next.
Select Results Page, and then click Finish.
Microsoft FrontPage creates:
- A page titled "Results Page," which it opens it in Page view.
- A folder called /Data source_interface/record source (if it doesn't already exist) to store the results page.