This topic is locked

passwords in edit form

7/31/2003 8:48:10 PM
ASPRunnerPro General questions
author

I was wondering if there is away to put a password to an entry to the database so that only the person that entered that entry can edit it?
For example:I go to add new and enter the information,and while im there have a place to put a password so only I can edit what I just entered.
If it is possiable can anyone show me how. Thanks, Ken

admin 8/4/2003

Ken,
you need different database design to implement this feature. You need to add field named OwnerID to your database table and add the same field to the table where you store user names and passwords.
See this topic for more details:

http://www.asprunner.com/forums/index.php?...p?showtopic=121
Feel free to contact me if you need more info.
Sergey Kornilov