Warehouse Management System

Submitted by oklaham070611 on
This system, you can enter new item, add Stocks with existing item which automatically add according to item code into stock quantity on hand. You can also transact an outgoing stock process which automatically deduct the outstanding balance and view inventory on report... Features: - Login System - Splash Screen User Account User : Admin Password : admin

4 Simple Steps to Emulating Real Sequences in MySQL

Submitted by intellicon on
If all you want to do is create a unique ID for a record, the auto_increment feature in MySQL will do the job nicely. Sometimes, however, you need more functionality. Unfortunately, unlike Oracle or PostgreSQL, MySQL doesn't have native support for the nextval() function, so creating real sequences is a little more challenging. First, we need to define what we want the nextval() function to achieve. We want to be able to begin the sequence with any number, and auto increment in multiples of any number, not just 1, including negative integers (-1 for example).

Download file Code in C#

Submitted by skpatel007 on
All the peoples in the world must have downloaded any file from the internet,so i thinks this project is very known to each people.In this script i have written a code that will automatically download all your files which you want to be download.You have to just configure Zip File Download Script in your code and you will see all automated work through this script. Peoples have become so much busy

Simple Database Application with Crystal Report

Submitted by Hasan soherwardi on
This is a simple database application. Using vb.net 2010, ms access 2007, crystal report 2008. The many options in this application such as: Insert, Update, Delete, Search, Navigation, DataGridView filteration, Patient code auto genration, Print Report etc etc... This tutorial for beginners only, like me.. I hope this application is very helpfull for any type of database application development in vb.net... So "Happy Programming"

Simple ADD/VIEW Data entry using php

Submitted by killerzone on
Features: - Add entry -Field trapping -View data System Requirements: -Xampp 1.7.3 or below -Chrome,Firefox,Opera How to Install? -Download the following files -Extract the zip files to htdocs(this is the path: C:\\xampp\htdocs) Create Database -Go to your browser ans type localhost/phpmyadmin -Click Tab Import and Browse the SQL file After creating database the system is ready to run just type

Login System in Netbeans Using SQL Database

Submitted by Josphatwa on
For database connectivity just create a class open the project in netbeans and go to sql.java and change on the host the username and password of your server Then in the zipped folder unzip and restore the database to your server After that you can run the .jar in the dist folder. For queries just comment here.