Site icon TheCompanyBoy

Download Record Management System Using VB.NET

Record Management System project is developed using VB.NET. The Project is based on the concept of storing different stock items records. Talking about the project, it contains a login system. There are two categories for storing records of the item. They are package and spare. In order to store package item, a user has to enter the model, processor, hard disk, ram, graphics card, case, and price. And for adding spare items, he/she has to enter product type, name, manufacturer and prices. This simple system mainly focuses on record management of computer parts. Updating and deleting items are easy, the user has to select an item then click the button. The system displays total items in a list view displaying all the available records.

Connecting Database (MySQL)

1st Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
2nd Step: Then, click on the databases tab
3rd Step: Create a database naming “naoepc” and then click on the Import tab
4th Step: Click on browse file and select “naoepc.sql” file which is inside “DATABASE” folder
5th Step: Click on go.

After Creating Database,

Final Step: Open “Naoe PC.sln” file.
Insert the username and password which is provided inside the “Readme.txt” file.

Download Record Management System Using VB.NET