For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > June 2006 > Re: separate mysql "sections"?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: separate mysql "sections"?
larry@portcommodore.com

2006-06-17, 8:10 am


Herbert Monch wrote:
[snip]
> - Each co-worker should have the opportunity to add data. However (here's
> the snag) as far as changing data in the db is concerned, each co-worker
> should only have the possibility to change the data that HE HIMSELF entered
> earlier. So data entered by others should be shielded off.
>
> Does anyone have any suggestions how I should tackle this problem?
>


well I would think you will have to record the user ID somewhere in the
table(s) in question so you know who was the originating user. Then
you would programmatically allow/deny access to editing.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com