ietprofessional
Programmer
OK. I have a login situation that I might need help with.
I have three SQL Server 2000 tables that have login information for customer, employees, and business owners.
Each one of these user profiles have separate sections in my application, separated by folders.
I want them all to login from the same login in page which is in my public folder.
I want them to try to login and if their user name is found in the customer table then they will be lead to the customer section exclusively, if they login with an employee username then they will be led to the employee section and so on.
Can someone help me on how to do this?
Is there a way of only allowing certain users to be in certain places?
Thanks,
Harold
I have three SQL Server 2000 tables that have login information for customer, employees, and business owners.
Each one of these user profiles have separate sections in my application, separated by folders.
I want them all to login from the same login in page which is in my public folder.
I want them to try to login and if their user name is found in the customer table then they will be lead to the customer section exclusively, if they login with an employee username then they will be led to the employee section and so on.
Can someone help me on how to do this?
Is there a way of only allowing certain users to be in certain places?
Thanks,
Harold