Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have user & management for software,each user have username & password,
each user can work with some part of software,i like when user log in to software,
show the of software that can work it.
and when management Determine to change this part,don't need to high change in code.
Posted
Comments
Ravi Sant 10-Feb-12 6:26am    
Can you please rephrase the question, what are you trying to achieve and help do you need?

1 solution

You need to implement permissions in the database. You'll need a table for permissions, possible actions, etc, so that you can always use the db to manage your permissions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900