Ms. Access is very useful database for the standalone application, where you need to run the program without installing the database in user's machine like a quiz or any other examination system. So lets have a look how to code the program to connect your software with Ms. Access database.
If you have done previously to connect the SQL server and done fetching or retrieving data from database it is more or less same for you. Everything is same except the connection string.
The Ms. Access connection string is here for you, with example of how to run a query(get or insert) in web application or windows application using of C#.
You must hear about the OleDbConnection in .NET, we are going to use this one to connect your Ms. Access database.
If you have done previously to connect the SQL server and done fetching or retrieving data from database it is more or less same for you. Everything is same except the connection string.
The Ms. Access connection string is here for you, with example of how to run a query(get or insert) in web application or windows application using of C#.
You must hear about the OleDbConnection in .NET, we are going to use this one to connect your Ms. Access database.