This is part of the C# Contacts Management System Creation Course in C#. In this lesson we
see how to create our Microsoft Access Database. This is the database that will store our
contacts. Users will be able to insert,select,update, delete as well as search that database.
Why MS Access?
- MS Access stores our data in a portable format. Thus you are able to include the generated
database file in your project and deploy it to a windows machine. - MS Access is easy to use and reasonably powerful for this type of app. It will give use
everything we need to work with a database.
Create Database.
Please watch the video below to create our database and tables.