Categories
Tags → Database To Asp

Saving HTML Form Data to XML

Form submissions in ASP are usually written to some sort of database management system. However, if you need your form submission data to be more portable, you may want to write it to an XML file. Especially useful when the data you are gathering wil...
DETAILS

Building a Registration Database

In this part 3 of &"Using ASP for Form Handling&", you will be shows how to put the form data gathered into a database. Shows how to develop a working registration system, set up the database and make it accessible via the web.
DETAILS

Connecting to Database using DSN/DSN less Connections

An article on connecting to database via ASP using both DSN and DSN less connections. Explains uses of each. Learn using connection strings.
DETAILS

The Diary

This is an ASP program for creating a diary, stored in the database that allows you to post any amount of chit-chat, bug fix notifications and tips. It consists of using a database admin script to add/edit/delete entries, and a ShowDiary.asp, which ...
DETAILS

Registration Example With Verification

This is a registration form with a registration script with verification. You will change/add the verification according to your requirements. It basically consists of a HTML page, and an ASP script that handles the data processing. Uses a SQL databa...
DETAILS

ASP Data Access for Beginners

The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft''s Active Server Pages, this is exceedingly easy to...
DETAILS

Creating an Online Photo Album

This tutorial describes how to create your own database-driven online photo album application. The database maintains a set of links to images and the comments to the images. Each set of pictures has 2 physical files (thumbnail and the actual picture...
DETAILS

Web Free-For-All

Web Free-For-All is an ASP based free-for-all links page. Features include: web based admin area, modify and/or delete entries, e-mail addresses saved to database, and more. (Uses an MS Access ''97 database and the FileSystemObject).
DETAILS

Write A Guestbook In 5 Steps

This article takes you through 5 simple steps to create your own ASP guestbook program. It uses an Access 97 database for the guestbook example.
DETAILS

ASP-SQL2Table

SQL2Table is a freeware C++ database COM server dll that takes a connection string and a SQL statement, generating a custom table in HTML format. The target audience is an Active Server Page scripter who wants to automate data retrieval from a relati...
DETAILS

Page:
©2003-2019 jCay.com