This program illustrates on how to create log in form using C# and MSAccess database.
Features
- It is capable of connecting c# program to ms access database
- It is capable of retrieving user account from the database
- It is capable of validating user account
- Design a user interface(see figure 1)
- Design a database that contains user name, password and name.
- Import OLEDB library (put it on the top of the code window)
- Make a connection
- Make a program statement for retrieving and evaluating user account (you can download and study the source code)
Database: MS Access
Click Contact Us to request source code