Fortune World project is a quote displaying script and is a simple script based on php. It requires Mysql database as backend to store fortune. It allows users to read fortune from Mysql database. This script contains four parts. part 1 is used to co
Basic Database Publishing, Part 2 / Data to Table is an article through which you can gather information about inserting database records in the table. In this tutorial the author shows how to create a html table and add the database data in the tabl
All You Need To Know About ADO.NET: Part 1/2 is an article which discusses about the database access methods. In this the author gives you some information about the RDO, ADO and ADO.NET mechanism which is used for retrieving data. ADO.NET is provide
PHP/MySQL Tutorial is an article with three parts. The first part covers the installation information for Unix and Windows. In the second part, the author shows loops, if-else statement, how PHP can be used with HTML forms and how to edit or delete o
A Quick Comparison of ADO and ADO.NET - Part I is an interesting article in which the author discusses about the difference between ADO and ADO.NET. ADO 2.x contains 9 classes to perform various database operations. But in ADO.NET you have two classe
Basic Database Publishing, Part 7 is an article in which the author discusses about the sorting operation in the datagrid control. This article explains the step-by-step process of creating a datagrid control, adding records from the database and sor
ASP.NET & Databases : Part 1 is an ASP.NET tutorial in which the author gives elaborate description about how to manage providers and method of viewing data from the database. This tutorial gives decsription about the processing of OleDb and...
Basic Database Publishing, Part 1 is a web based tutorial through which web programmers know how to get the database data using both DSN and DSN less connections and displays it on the client side. In this tutorial the author gives you the sample cod
Working with MS Access Stored Procedures in VB.NET. Part 2 is a tutorial which helps you to learn about how to use the stored procedure that has been created in Access database using the database tier. The database tier is to provide a gateway to the
Creating a News System with PHP - Part 2 educates the PHP learners to get familiar with news management. In this tutorial, presented functions are a continuation of it's previos session of displaying news articles from a database table and here it de |