Sample Add,Edit,Update and Delete using Vb.net 2008

Submitted by nifled on
This is simple add,edit,update and delete in vb.net 2008 using Adodb database connection and mssql database management system. In order for this to work, unzip the zip file and then go to bin folder copy the dbsample and dbsample_log. After you copy, paste it into C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data or C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data. Then open

Display All System Information using Registry in VB6.0

Submitted by donbermoy on
Today, i will teach you how to display All System Information such as all Hardware Information like OS, CPU, Processor, Memory Information and etc., System Components like networks, CD, DVD, storage information, etc; Software Environment such as system drivers, running tasks, programs, etc; and Internet Settings. We will just access the registry setting for this tutorial. Now, let's start this tutorial! 1.

PHP SaaS Contact Management application

Submitted by andy100 on
Rainbow is saas-like php contact management system. It has a simple system for adding, retrieving and editing contacts. The project is very good for people who are starting to learn PHP. Almost all web applications have some form of CRUD system (create,retrieve, update,delete). So starting your php journey by learning how to build a CRUD system is a very good decision. On this project you will

Product Information System in PHP/MySQL (Shopping Cart)

Submitted by donbermoy on
This is a Simple Product Information System that is capable of adding products with product name, product price, category, sub category, product details. This system can also add image of the product you wanted to add. Then the added products will go to its home tab with its information and images to be the list in shopping cart. Note that this system is not yet complete because i haven't done

Data Entry With Picture Uploads and Pagination

Submitted by GeePee on

This is a simple project which features data entry, picture uploads, and pagination. In this project, you will be able to learn how to upload pictures and input data, store each data into the database, and navigate through all stored entries. This is best for profile page of a site or of a certain system. I hope this helps.

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.