Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
i need an login system application in C# using mysql database.

Can someone explain me how to create that???

Thanks...
Posted

1 solution

Use start out with:

1. MySql Connector/Net[^]
2. Create a database[^]
3. Create table[^] that holds all login information
4. Do SQL statements[^] for query and modify info in table

When all of this is in place. You the code the Winform or Webform :-)
 
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