|
An Easy Way Delete A Record
|
Other links at ASP > Tutorials > Database-related |
| 2. |
Adding Records to a Database using SQL
|
|
|
The purpose of this article is to show how to get records from an html form and submit that form to an ASP page. This ASP page will then use SQL to enter the records into the database.
|
| 3. |
ASP Access Database Tutorials
|
|
|
This is a group of 3 tutorials that guide you through the process of using an MS Access Database in ASP. The tutorials teach you how to connect to a database, add data to the database, update the database, and delete from the database. The 3 tutorials togather allow you to build a simple Guestbook for your web site.
|
| 4. |
Interrogating a Stored Procedure with ADO
|
|
|
This article describes how to use the refresh method of the ADO Parameters collection to interrogate a stored procedure. It shows how to create the code in an automated fashion for use in VBScript connecting to MS SQL Server 7.
|
| 5. |
Dynamically Generated HTML Forms
|
|
|
This article discusses two different ways to dynamically generate data-entry forms: Use the ADO OpenSchema Method, and Query Your SQL Server System Tables. Describes advantages and disadvantages of each method.
|
|
|