|
|
1-9 of 9 ASP Databases > Deleting Records sites are shown.
|
|
This code delete duplicate records in MSAcces database.
|
|
|
|
|
|
|
This article is a continuation of the Step by Step: Database Tutorial. However, the concept extends to all databases. To delete a record you will first need to create a form for which you can select the record to delete.
|
|
|
|
|
|
|
Shows how to detect if the ADO provider can delete records and then perform a delete.
|
|
|
|
|
|
|
This is the number two in our set of 3 database editing samples and focusses on deleting records from a db
|
|
|
|
|
|
|
This demo deletes shows how to delete a record and add another. One of the of things when I 1st started doing ASP was how to delete records. It was a bit tricky. I hope this demo and the code provided help you perform this task.
|
|
|
|
|
|
|
When deleting
records it is good enough just to build the SQL statement and call
oConn.Execute.
|
|
|
|
|
|
|
Scripts to add and then delete records from a database
|
|
|
|
|
|
|
Function to clear old records from your database x number of days or older. Great for cleaning up databases.
|
|
|
|
|
|
|
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.
|
|
|
|
|
|