Update database page help

P

Paul M

Hi
I need to create an update page so customers can change there profile.
I am using an access database and FP 2003.
I have noticed that the database interface wizard has an edit.asp which
submits to the update asp, does anyone know how to modify a copy of these to
do the job?
Or does anyone know of a tutorial
Best wishes
Paul M
 
S

Stefan B Rusynko

The DBIW may be able to do what you want
- but not out of the box
And not w/o lots of customization and hand coding

You will need to set up your user controls (login and select their record) and then your edits and updates

Usually done best w/ custom hand coded server side scripting

Much of what you want has code examples at
http://www.asp101.com/samples/
Or if you want to attempt it w/ the wizards see
http://home.att.net/~codelibrary/FrontPage/index.html


--




| Hi
| I need to create an update page so customers can change there profile.
| I am using an access database and FP 2003.
| I have noticed that the database interface wizard has an edit.asp which
| submits to the update asp, does anyone know how to modify a copy of these to
| do the job?
| Or does anyone know of a tutorial
| Best wishes
| Paul M
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top