Student Registration System in VB.Net – Create Database

In this tutorial we are going to create a simple database called student registration system using visual basic .net, it is a very easy tutorial to follow and I’m pretty much sure after you go after these series tutorial, you can design your own database and application system. This tutorial enables you create, update and delete from database engine using MS Access.

Things we need:

Microsoft Access Database 2007 or 2010
Microsoft Visual Basic 2010 or 2013

First, Open you access database and go to New to make a blank database and put your desire FIleName to identify your access database then Click Create, make sure it is saved in you’re My Documents Folder.


After creating the database file, Go to CREATE Tab next to HOME Tab and click Table. A table will appear like this:

On top of the word Table1, right click and choose Design View. An input box will appear like this:



Name it as StudData, then click OK.
Insert the following FieldNames:

To create a primary key, right click the StudID and choose Primary Key then save it, close it and you’re done with your database file.

Student Registration System in VB.Net – Create Database Student Registration System in VB.Net – Create Database Reviewed by code-dev on 12:28 AM Rating: 5

No comments:

Powered by Blogger.