Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm building a windows application that control a database.

The application has a login form and I've added logins to the server and also users to the database.

I want to use the same users to access the login form in my application.

Thank you.
Posted
Updated 1-Sep-10 3:38am
v2
Comments
T.Saravanann 1-Sep-10 7:35am    
Your question is not clear.Can u explain briefly and what do you need.
Dalek Dave 1-Sep-10 9:38am    
Edited for Readability and Grammar.
Sandeep Mewara 1-Sep-10 16:44pm    
Added info by OP: Using sql server authentication.

1 solution

You should not be let the users enter your sql server authentication through Web interface. Rather you create a connectionstring using the authentication and use it to maintain a database of users into it.

It is always a better approach to have user maintained from within the database.
 
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