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

Pediatric Management System

Submitted by icomichael on
This is just a simple program made from VB.NET, with MS Access as database. Just check the bin folder for reference. If you cannot find the data just add your comment below. Just try to analyze the codes for some restrictions. Each and every user have their own designated jobs to be done. Just check the codes, hope this will help.

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.