E-Commerce at Southern New Hampshire University

Page 4 of Downloads for IT - 695

These demos show how to add a record, delete a record, and modify a record in a database on the server. For them to work correctly, you must use a server that can process ASP.


A simple example of adding a record to a database on the server.

This is the database used in this example.

The Database.

The ASP file that gets information for the new record to be added.

Get Data.

The ASP file that is called by the above ASP file and actually adds the record to the database.

Add the Record.

See it in action!

Add records to the database.


A simple example of deleting a record from a database on the server.

This is the database used in this example.

The Database.

The ASP file that gets information for the record to be deleted.

Get Deletion Information.

The ASP file that is called by the above ASP file and actually deletes the record from the database.

Delete the Record.

See it in action!

Deletes records from the database.


A simple example of modifying an existing record on a database on the server.

This is the database used in this example.

The Database.

The ASP file that gets information for the record to be updated.

Get which record to update.

The ASP file that is called by the above ASP file displaying the selected record information with an update form.

Record information to update.

The ASP file that is called by the above ASP file, does the actual updating and displays the results of the update.

Update and display results.

See it in action!

Update a record from the database.



Return to first download page.
Valid XHTML 1.0!