Create MS Access Database

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?

  1. 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.
  2. 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.

 

https://www.youtube.com/watch?v=oQaWV-slL-4

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *