Hi
The system I am currently developing has a core requirement that different users will have access to different subsets of data. For instance, in the UK a user may only access UK data but a manager from Italy may have access to both UK and Italian data. I could naturally determine this through SQL but it seems clumsy plus on every SQL statement I would need to remember to filter by country dependent on user. Does anyone have any ideas how to acheive this in a more fluid way?
Best
DF


Reply With Quote