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.
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.