Reply
Edit Details
Old 06-13-2005, 02:18 PM Edit Details
Novice Talker

Posts: 12
Hello. I have a members section of my site (newbrooklandlions.org). On this is a simple member table that lists the members name, email address, and Phone. This table queries a MS Access database for the info. If you are not listed, there is a form at the bottom of the page to fill out and it will post to the database/table.

If a user needs to change their data, right now they have to email me and I manually edit the database. Is there a way that I can let the user edit their own info? We only have one username/password for the member area. Security is not an issue (once they get in the member area). Thanks for any help.

Rusty
rpainter is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 06-14-2005, 06:58 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Yup it's possible.

Currently, for viewing data, your code will most likely be executing an SQL SELECT statement, and for adding it will be using INSERT INTO. You will need to look up the syntax of the UPDATE statement and then implement it into your ASP code.

e.g.

UPDATE DetailsTable
SET Name = 'Minaki'
WHERE ID = 7
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Inoxia Pyrotechnics Supplies | Surrey Angels Cheerleading Squad
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Reply     « Reply to Edit Details
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12153 seconds with 13 queries