| Table of Contents Setting Up Database Setting System DSN Setting Folder to Execute | |
![]() ![]() |
|
Creating Forms That Use Active Server Pages (ASP) |
|
| You can create ASP files, such as display.asp, to
retrieve data dynamically from a data source. To see an example of Active Server Page queries that allow a user to add
to or retrieve data |
|
NOTE: The following lesson will incorporate a form with the Active Server Page created in the previous lesson, to display specific First Names out of the database. To set up a form that uses ASP functionality 1. On the Insert menu, point to Form Field, and click One-Line Text Box. NOTE: This will create a Text-box, submit button, and
reset button. The dashed box 2. Right-click the text-box. 5. Right-click within the Form, and click Form Properties. 6. In the Form Properties dialog, click Send to
other. From the Send to other drop-down 7. Click Options. Scripts/display.asp 9. Click OK. |
|