MySQL Database

Fortress College Library System

Submitted by janobe on
Fortress College Library System is made of Visual Basic 2008 and MySQL Database for the database. Having this system, transactions of borrowing and returning of books can be done fast. It's hassle free and the in and out's of the books can be tracked accurately. This system can also detect the late returning of books with penalties. That's why borrowers have to return the books at the exact time

Immaculate Conception Academy Enrolment System

Submitted by janobe on
This Immaculate Conception Academy Enrolment System is a software based system that is very useful for tracking and retrieving the records of every enrolled students. Using this system, the students would no longer take time on falling in line because everything will go smoothly and won't take them a lot of time. Talking about convenience and effeciency this system have it all. And this guarantee

Monbela Tourist Inn Hotel Management System

Submitted by janobe on
This Monbela Tourist Inn Hotel Management System has a process that can be done smoothly. We all know for a fact that doing it manually is very complicated when not managed well. This system can optimize every hotel operations that would definitely help the hotel managing director most especially the hotel owner. It includes here transaction such as reservations, guest booking, guest payments and

Social Networking Site: Login Page

Submitted by GeePee on
This tutorial is a continuation of our project called “How to Create a Social Networking Site Tutorial”. At this time we’re going to focus on creating login-logout system in a secure way using session. Logging in or signing in or on is the process by which individual access to a computer system is controlled by identifying and authenticating the user through the credentials presented by the user. To start in this tutorial, let’s create first a new PHP file called “session.php”. Then save it inside the inludes folder.

Retrieve Database Tables from MySQL Database using Visual Basic.Net into ComboBox

Submitted by GeePee on
In this tutorial, I’m going to show you how to create an application that will load all the MySQL database and store it into a combobox displaying all the table fields in the datagridview. To start in this program you need to open visual basic and create a new application and name it as “dbcreator01”.