database

Fix N Mix Payroll System

Submitted by janobe on
This Payroll System is the project of the third year bachelor of Science in Information Technology students of Kabankalan Catholic College for their Software Engineering subject. It is made up of Visual Basic 2008 and MySQL for their database. It also generates reports using the Crystal Reports. This system contains the following features: Log In and Log Out. Payroll (adding, listing and searching

Filling and Getting the ValueMember of a ComboBox in Vb.Net

Submitted by janobe on
In this tutorial I will show you how to fill and get the ValueMember of a ComboBox in VB.Net. Knowing the value member of the items that will be displayed in a combo box is very important.Why? For instance, in the “employee’s table”, you want to display the name of the employee in the combo box, but you want to get the id of it.

Search and Retrieve a Record from Access Database and VB.NET

Submitted by donbermoy on
In this tutorial, i will teach you on how to create a program that can search and retrieve a record from an access database and vb.net. Now, let's start this tutorial! 1. Create an access file with the table, entities, and record below. Name your access database as sample.mdb (2003 format). access access 2.

San Ramon Catholic School Enrollment System

Submitted by janobe on
This Enrollment System is made by the fourth year, Graduating students of the Kabankalan Catholic College for their thesis. In this system they used Visual Basic 2008 and MYSQL for their Database. It also generates reports using the Crystal Reports. Its features contain, such as: * Login and Logout * Enrollment Form * Student (List Of Students, List Of Enrolled Students, Student’s Subject and

Creating User Account Information in Java - Searching Records to Database

Submitted by donbermoy on
This is a continuation of my last tutorials entitled Creating User Account Information in Java - Adding Records to Database. So, in this tutorial we will create a function button that provides searching of records in the access database. Now let's start this tutorial! :) 1.

Creating User Account Information in Java - Adding Records to Database

Submitted by donbermoy on
Good day! This tutorial will focus on creating a user account information in java particularly in adding records to the database. Now let's start this tutorial! :) 1. Create your database in ms access and named it sample.mdb with Login table and the following entities below. design design 2. Create your java program now named UserSettings.java. 3.

Step-by-Step Installing JCreator and Connecting this Java Software to MS Access Database with Java GUI Login Tutorial

Submitted by donbermoy on
This is my own version of how to connect Java to MS Access database with a Login Tutorial. Because for now I will make tutorials for Java because my Facebook friends wanted me to have a tutorial about this programming language. Software to be used: JCreator LE 4.50 or NetBeans but I preferred JCreator, JDK 7 Download here, and Microsoft Access software. 1.

Data entry and Autocomplete with Multiple Columns

Submitted by janobe on
In this tutorial I will show you how to save and autocomplete a textbox with multiple columns in Visual Basic 2008 and MS Access Database. As I expand my knowledge about autocomplete I discovered that you can put multiple columns/fields on it. So, it depends on you or your query, on how many columns/fields you want to exist. Let's begin: 1.Open Visual Basic 2008, create a project and do the Form just like this.