Access Rights for users in Windows Application

  • Thread starter Thread starter Hoek, Thiemo
  • Start date Start date
H

Hoek, Thiemo

I'm using SQL server 2000 to store data maintained by a VB.net windows
application.

I'm re-writing the entire program we use now. (which is a very simple
add/delete/update tool)
What I like to have is the option for users to login to the program with
their own UserID/Password.
Depending on the UserID some functions must be enabled/disabled.. (ie.
updating certain field must be prohibited for default users, and may only be
changed by a user with a higher rank.)
The UserTable contains fields like name/password/rank/

What is the best way to get this working the proper way?

Please provide tips/things to do/not to do.

Thanx,
T.
 
This way a user has to login in every MDI container? Or is there a way to
pass the password across all newly opened containers?
What I actually like to have is an equal form for everybody, with textfield
that show up ReadOnly, or 'FullAccess', depending on the user that has
logged in.
 
Back
Top