MySQL Database

Tagukon National High School Library System

Submitted by janobe on
Due to the slow process of borrowing and returning of books in Tagukon National High School Library. The BSIT-4 college students came up with this idea of making a Library system that would make every transaction faster and more accurate. It contains transactions such as borrowing and returning of books. And the inventory of books that you will easily know the in and out’s of the books. In here

Ilog Catholic High School (ICHS) Library System

Submitted by janobe on
This Library System is made by the Fourth Year College Students Of Kabankalan Catholic College for the requirements of their capstone. They used Visual Basic 2008 And MYSQL for their Database. It will generate Reports using a Crystal Report. These are the following features of the system: •Login and Logout • Transaction (Borrow Books, Return Books, Penalty and Lost and Replacement of books).

Deleting Multiple Data in MySQL Database Using Visual Basic 2008

Submitted by janobe on
In my last tutorial I teach you how to save multiple data in MySQL database. This time, I will teach you how to delete multiple data with a selector which is a CheckBox. With this, you can choose whatever data you want to delete and it is very useful. Now lets begin: I already created the MySQL Database in my first tutorial.

Student's Registration Form with AutoIncrement/AutoNumber in a TextBox

Submitted by janobe on
In this tutorial I will create a Student's Registration Form. I will show you how to use a Module in setting up your codes and minimize bunch of codes in your Student's Registration Form. And at the same time, it AutoIncrement a TextBox and generates the AutoNumber of the Student's Id.

Login User and User Registration Form in Visual Basic 2008 and MySQL Database

Submitted by janobe on
In this tutorial I will show you how to create a Login User and User Registration Form using Visual Basic 2008 and MySQL Database. In this features, you can Register and Login what you’ve Registered in the User Registration Form. Login Form is very Important in making a System because this serves as a Protection in your System from Invaders.

Students Activities and Grades Information System send via SMS

Submitted by joken on
This is a complete System for student Activities and Grades Information System send via SMS. System features: • Adding of New Student, update and delete information of a specific student. • Student grades are automatically computed • The registrar can send the Grades to all students • The Supreme Student Government can send the different activities through SMS • Add new activities, update and

How to Create a Login form in Visual Basic.Net and MySQL Database

Submitted by joken on
In this tutorial, I'm going to show you how to create a simple Login-Logout system using Visual basic.net and MySQl Database. To start with this application, open Visual Basic->Create a New Project->Save it as “Login”. This time, let’s add objects to our windows form and these objects are the following: four Labels, two Textbox,two buttons and a Groupbox.