database

Simple Database Backup System using PHP with Source Code

Submitted by Harriyour on
Hi Guys! I have here a PHP Source Code that you might need for your Web Application Developments. This is a simple Database Backup System for your web applications. This Simple Web Application has a simple form where you will input all necessary information need from your database including the database you wanted to back up. The purpose of this article is to help you guys especially those

How to Create a simple Registration Form in PHP/MySQLi and HTML

Submitted by Yorkiebar on
Introduction: This tutorial will cover creating a register form with PHP/MySQLi/HTML. Steps of Creation: Step 1: First, we need to create a database to hold the user accounts. This is done through MySQL/PHPMyAdmin. On your localhost/web host cPanel/Control Panel go to MySQL Databases and create a new one (for example; the name of your site - Mine will be "tutorial"). Next, go to PHPMyAdmin and

Online Invoicing System in PHP/PDO with Full Source Code (2020)

Submitted by janobe on
Online Invoicing System in PHP/PDO with Full Source Code (2020) The Online Invoicing System is an automated system that is made up of PHP, CSS, JavaScript and Bootstrap. The Online Invoicing System aims to simply the viewing of the total orders and the features are so simple that the users can easily understand or deal with. About the Online Invoicing System in PHP/PDO with Full Source Code If you

Filtering a Group of Data in VB.Net and SQL Server 2019

Submitted by janobe on
In this tutorial, I will teach you how to filter a group of data using VB.Net SQL Server 2019. This method has the ability to filter a group of data in the datagridview with the use of the radio buttons. You can select whether “Firstname”, “Lastname”, or “All” you want to display in the datagridview. I used Microsoft Visual Studio 2015 and SQL Server 2019 to develop this program. Let’s Begin:

Creating Database

1.

Deleting Data in VB.Net and SQL Server 2018 Database

Submitted by janobe on
This is the continuation of my previous tutorial which is Updating Data in VB.Net and SQL Server 2018. This time, we will add the delete method in the application that we made last time. This functionality will help you to delete the selected data in the datagridview and it will also automatically delete the data in the SQL Server database when the button is clicked. Let's begin.

Retrieving Data in VB.Net and SQL Server 2018

Submitted by janobe on
This is the continuation of my previous tutorial which is Saving Data in VB.Net and SQL Server 2018. This time I will teach you how to retrieve the data SQL Server database in VB.Net. In here you will be able to retrieve the data from the database and display it into the datagridview. This method is so simple and easy to follow if you are a newbie in programming.

Retrieve Single Result in the Database Using VB.Net and MySQL Database

Submitted by janobe on
In this tutorial, I will teach how to retrieve single result in the Database Using VB.Net and MySQL Database. This method has the ability to retrieve the data in the database and display the specific field in the textboxes. It has a function that when you write an ID no. of the student it will then display the student details in the textboxes.

How to Search Data Between Two Dates Using C#

Submitted by janobe on
This time, I will teach you how to search data between two dates Using C#. This method has the ability to find all the records in the database between two inclusive dates. In this way, you can filter the data to be displayed in the datagridview. Hope this tutorial will help you to solve your problem in filtering data between two dates. See the procedure below.

C# - Student & Lecture Test Application (Using Database)

Submitted by Gopolang Kopan… on
This application was developed by Gopolang Kopano Mathole using visual studio 2013.. Features: - Databases (files as fallback) - Flat UI designs & material designs. - Easy to navigate app. - Login/Register pages (both read and writes to a file). - Backend classes. - Secure files stream, and all exceptions handled. - Save tests and keep students class records (including marks). Functionality: - The