MySQL Database

Advance Login System in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to create an Advance Login System in C# and MySQL database. I made this method to help you organize and minimize the codes that you have written in the system. It is composed of a function that you can call it anytime you want and put it in the event handler. In this way, it will simplify your work and it can be done in no time. To start, just follow the instructions below.

How to Create Inclusive Dates Report in C#

Submitted by janobe on
This time, I will teach you how to create inclusive dates report in c#. I based this on my last tutorial which is how to create a Daily, Weekly and Monthly Report in C#.When you create a report this program will help you a lot because this will retrieve the previous months transactions. And this can also retrieve the previous weeks and specific dates of transactions. So let's begin:

How to Create Daily, Weekly and Monthly Report in C#

Submitted by janobe on
In this tutorial, I will teach you how to create Daily, Weekly and Monthly Report in C#. This method has the ability to generate report that would be display in the DataGridView. This is one of the most important function in a system because it is where the user or admin will find out the transaction every month. So, let's begin.

Alumni Tracer with SMS Notification Using PHP/MySQLi

Submitted by janobe on
Alumni Tracer with SMS Notification is an online based system that its main goal is to track the current status of every Alumnus and Alumna of the school. This system will help you determine if they are employed, self-employed or unemployed. It can also post activities such as Announcements and Events. And once the activities have been posted it will send an SMS to every Alumnus who already has an

How to Save an Image in the MySQL Database Using C#

Submitted by janobe on
This one is the continuation of my previous tutorial which is How to Load an Image from the Local Directory into the PictureBox in C#. This tutorial will show you how to save an image in the mysql database using c#. In this method you will be able to save any image that you like that is available from the Local Directory to MySQL Database. See the procedure below.

How to Search Data in the DataGridView Using a ComboBox in C#

Submitted by janobe on
Searching data is very important most especially if you have a lot of data stored in the database. In this way, it will be easier for you to search the data that you need. So, in this tutorial, I will teach you how to search data in the datagridview using a combobox in c# and MySQL database. I based this on my last tutorial which is How to Fill Data in a ComboBox Using C# and MySQL Database because of their similar method.

How to Fill Data in a ComboBox Using C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to fill data in a combobox using c# and mysql database. This method is so useful when you retrieve all the data in the column of the table in the database, to use it for the selection field in the registration form of the system. Just simply follow the step below to see how it works.

School Attendance Monitoring System Using PHP/MySQLi

Submitted by janobe on
School Attendance monitoring is a user-friendly system that is easy and very convenient to use. This has the ability to record everyday attendance of a student in the school campus. In this way the system can determine the in and out of the students in the school premises. It also provides an easier and faster view of data of every student. This system can also update the record, can retrieve information and view it anytime from the database.

Network Based Ordering System Using PHP/MySQLi

Submitted by janobe on
In this network based ordering system the customer has the ability to select their order on a tablet or an iPad. In this way, it’s very convenient for them to choose a meal that is available in the gadget that they’ll be using. Then, it will be the part of the waiter to place their order that will automatically be submitted in the cashier. To see more of this system, look at the following features below.

Save and Load Data in the Listview Using VB.Net and MySQL Database

Submitted by janobe on
If you find it hard to save and load the data in the Listview, this tutorial is just right for you. ListView is commonly use by many programmers to avoid logging in retrieving the data when the content is too much. By simply following the procedure below you will be able to perform it with ease.