Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editable User Permissions per single record update

Status
Not open for further replies.

craigfw

Technical User
Joined
Aug 11, 2004
Messages
32
Location
US
Greetings,
My development partner (Dream Weaver MX 2004) and myself (MS SQL Server) are creating a site phone book and front end for users to manage their own p.book contact information (name, occupation, phone, alt, mobile, fax) and want have the user log into the p.book application, using site Windows authentication and only have permission to edit their own contact information (single row in SQL Server)even if other similar results are returned in their p.book search. Anyone have any suggestions?
 
Have there domain name included in the phone-book entry and use that as the unique identifier. This can be done like so
Code:
userLogon = Request.ServerVariables("REMOTE_USER")

This may contain the domain name so you might have to strip it out.

Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top