MySQL Database

School Cashiering System with SMS Notification in VB.Net

Submitted by janobe on
This cashiering system is an automated system that is intended for schools and universities. The main goal of this is to help lessen the burden both the students and the cashier when paying school tuition fee. This system has the ability to add courses, add a student, add fees and at the same time the student can pay for their tuition fee. And the function of payment is individual and in every

Filling Data in a ListBox Using C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to fill data in a ListBox using C# and MySQL database. This process will illustrate how to get the data in the database and display it on a ListBox. This operation will be a big help for you when you are dealing with a ListBox and MySQL Database.

Online Enrollment with Billing System Using PHP/MySQLi

Submitted by janobe on
The Online Enrolment with Billing System is a computerized system wherein a student can register online for enrollment and awaits confirmation from the admin so he can view his profile and the subjects that he enrolled. The confirmation of the admin will be done once the student made payments. In this system, the students can upload their concerns while the admin can add load and schedule of

How to Get the ValueMember of a ComboBox in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to get a valuemember of a combobox using C# and MySQL database. This method has the capability to get ID of the name of person inside a dropdown selection and it would be displayed inside a listbox . This simple manipulation of data will help you when you are dealing with combobox. Let's begin.

The Simple Way to Navigate Records Based On ListView in C#

Submitted by janobe on
This time, I will teach you how to navigate records based on ListView in C# and MySQL Database. This method has the ability to navigate records in the ListView. It also provides a next and previous button that allows the movement of records back and forth. In this way, you can control the data to be displayed in the listview.

Simple Search Based on Two Columns in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to create a simple search based on two columns in c# and MySQL database. This program will illustrate how to search for data or records in the database based on two fields in the table. It has an automatic search for data in the database that will be displayed into the datagridview. Let’s begin.

Barangay Health Center Information System

Submitted by janobe on
This Barangay Health Center Information System is an automated system that aims to help health workers and midwife in-charge in organizing and monitoring the medical records of patients in every barangays and reduce the hours during the consultation process. This system ensures that records are well secured in a centralized database wherein an authorized health worker can easily check the records

How to Import Excel File in MySQL Database Using VB.Net

Submitted by janobe on
This time, I will teach you how to import excel file in mysql database using vb.net. This powerful method has the ability to import all the data from excel file to mysql database. This is very helpful if you have to transfer the list of records in the excel file to your database. In this way, you don’t have to encode one by one the record in the database.

Agriculture Reviewer System in PHP/PDO

Submitted by janobe on
This is an online based system that is especially designed for agriculture students. The main goal of this system is to help the students who are taking agricultural course to learn at their own pace. In this system, the admin has the capability to add theories and questions depending on the subjects of the course. While the student can self study by reading the theories and then they can take a

Sorting Data Based on Date in VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to sort data based on date in vb.net. In this method you can sort the data on the database based on the transaction date and it will then be displayed in the datagridview. It has two buttons that has functions such as descending and ascending order. It depends on you which button you will use in sorting data chronologically.