Student Information Management System using VB.NET using Source Code

This is Student Information System Project. This Project was written in VB.NET as the front end and SQL Server as the Back end. The program is a program with CRUD (Create, Read, Update, and Delete) Operations. My main purpose in developing this project to help newbies or IT/CS students to learn how to create a VB.NET and MS SQL Server Database Project which might be useful to them for their future projects. This project manages student information and other relevant school information such as the list of subjects, courses, and classes. The student information includes also the student picture. 

Features:

  • Add New Student
  • Add New Course
  • Add New Class
  • Add New User
  • Update User
  • Search User
  • Delete User
  • Update Student
  • Search Student
  • Delete Student
  • Update Class
  • Search Class
  • Delete Class

The source code file is free to download. Feel free to download and modify the source code the way you desire.

How to Run

Requirements:

  • Download and Install Microsoft Visual Studio Software
  • Download and Install Microsoft SQL Server and MS SQL Server Management Studio

Installation/Setup

  1. Download and Extract the provided source code zip file. (download button is located below)
  2. Locate the database "Backup" File inside the "DB" folder in the extracted source code folder. The file is known as "SIM.bak".
  3. Open your MS SQL Server Management Studio Software and Connect to a server. Then, restore the Backup file in the server.
  4. Locate the solution file inside the source code folder. The file is known as "StudentInformationManagement.sln".
  5. Open the Solution file with your MS Visual Studio Software.
  6. Configure the database connection string according to your MS SQL Server setup. The connection string is written in the "Module1.vb" file.
  7. Press the "F5" key on your keyboard to run the Student Information Management System Project.

Account Information:

Username: admin
Password: admin

Demo

I hope this project will help you with what you are looking for. I also hope that you will find something useful with source code to enhance your programming capabilities and for your future VB.NET Projects.

Please don't forget to give credit to the original developer. For students or anyone else who needs program or source code for thesis writing or any Professional Software Development, Website Development, Mobile Apps Development at affordable cost contact me at
Email: [email protected]
Facebook: https://www.facebook.com/SAGAR.M.5524
Skype: [email protected]
Hangout: [email protected]

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byNazim Mirza (not verified)on Sun, 04/04/2021 - 20:50

Hi im getting this error while restoring sim.bak TITLE: Microsoft SQL Server Management Studio ------------------------------ Restore of database 'SIM' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks) ------------------------------ ADDITIONAL INFORMATION: System.Data.SqlClient.SqlError: The database was backed up on a server running version 15.00.2080. That version is incompatible with this server, which is running version 12.00.2269. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server. (Microsoft.SqlServer.SmoExtended) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=12.0.2000.8+((SQL14_RTM).140220-1752)&LinkId=20476 ------------------------------ BUTTONS: OK ------------------------------

Add new comment