An article that shows you how to perform a batch delete from a list of HTML check boxes using a single DELETE SQL statement. Author: Scott Mitchell Code: ASP 2.0 & VBScript
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. Author: Derek Truman Code: ASP 3.0 & VBScript
In this tutorial we are going to create two pages to delete data from the 'Guestbook' database made in the first database tutorial. The first page is used to display the contents of the database so you can delete what you want. Author: Bruce Corkhill Code: ASP 3.0 & VBScript
For this example, let's say that you had a table of customer names and the state where they live and that you want to delete customers that live in Wyoming because you no longer service that area.
Author: ASPwebpro Code: ASP 3.0 & VBScript
This example just shows you how to detect if the ADO provider can delete records and then perform a delete. Author: Planet Source Code Code: ASP 2.0 & VBScript
I often get questions on how to deal with shopping cart data stored within the database that is no longer needed after the user has logged off. The answer is simple and deals with some database calls in the Global.ASA.
Author: Lewis Moten Code: ASP 3.0 & VBScript