Dreamweaver Insert Record Behavior
Let us learn to add a page, to allow us to insert record for a database table.
1. Add new file to site, eg. addUser.asp
2. Select Insert > Applications Objects > Insert Record > Record Insertion Form Wizard
3. Select connection, eg. connTest
4. Select table to insert into, eg. user
5. Click browse button for ‘After inserting, go to’ textfield, and select page to go to after insertion, eg. showUsers.asp
6. Under form fields, select field called userid, and click - sign, to remove this form field, so it will not be shown in the form as a text field
7. Click OK
8. Save current file of addUser.asp
8. Open showUsers.asp
9. Add text, eg. Add user
10. select this text, and right click and select make link
11. double-click addUser.asp page, to link to the addUser.asp page

Comments »
No comments yet.
RSS feed for comments on this post.