Access Rights Management

mukesh

Member
Joined
Jun 22, 2005
Messages
11
Programming Experience
1-3
Hi guys,

I am writing an application in VB.NET. I want to give an Access Rights Management module. From my earlier experience in VB, we stored all Form Names in a Database, and created a Form with "Add", "Edit", "Delete" and "View" rights. We also created a List of all Users in a separate table. In this Access Rights Form we map the Users with Access Rights using check boxes.
Is this the most effective way of managing Access Rights? Any better ways?

Thnaks in advance.
 
I'm doing the same in vb.net. And it's the best way i could find so far though. If user has full access to the certain form menuitem is enabled all the time when he/she is logged. Otherwise, i'm checking his/her permit level and depending of query i'm allowing to edit or just view certain form.


Cheers ;)
 
Back
Top