Dynamic Web Tutorials and Notes
Update records
- File>New
- Select Dynamic Page

- Click ASP VBScript
- Click ‘Create’
- Create a DSN to your database
if necessary (see IV)
- Create a Recordset (see V)
- rsUpdateRecords
- Click ‘Insert > Application Objects > Record Update Form’
- In connection select the database you defined in IV
- Select record from rsUpdateRecords
- Unique key column - EmployeeID
- After updating go to ‘success.htm’ (we will make this later)
- Check that all the form fields are linked and formatted correctly

- Click ‘OK’
- Dreamweaver will make an update form that looks like this:
- Delete EmployeeID – Access does this part automatically
- Save page as ‘Update.asp’
- Press F12 to view page in browser:

.
.
.