Dynamic Web Tutorials and Notes
Insert 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)
- rsInsertRecords

- Click ‘Insert > Application Objects > Record Insertion
Form’
- In connection select the database you defined in IV
- In insert into table select ‘Employees’

- After inserting go to ‘success.htm’ (we will make this
later)
- Check that all the form fields are linked and formatted correctly
- If any aren’t, select them and choose the correct element from
the drop down menus below
- Click ‘OK’
- Dreamweaver MX will create an insert page for you:
- Delete ‘EmployeeID’ section as Access does this automatically

- Save page as ‘Insert.asp’
- Press F12 to view page in browser:
.
.
.