|
|
|
|
|
Total Hits: 331 | Today: 0 |
Author: Bruce Corkhill
|
Rating:
|
|

In this tutorial we are going to be deleting data from the Guestbook database made in the tutorial Part: 1 Connecting to an Access Database. To make the Microsoft Access database tutorials on Connecting, Adding, Deleting, and Updating, more interesting we are going to use these tutorials to make a simple Guestbook....
|
|
|
|
Total Hits: 1455 | Today: 0 |
Author: LiquidRage
|
Rating:
|
|

Deleting data is just as easy up updating data, all you need to do change is execute a query. The connection to the database remains the same, the difference is in the SQL statement you execute. ...
|
|
|
|
Total Hits: 608 | Today: 0 |
Author: Anthony J. Biondo Jr
|
Rating:
|
|

Function to clear old records from your database x number of days or older. Great for cleaning up databases.The function takes in the DSN Connection string, table name, field where you hold your date, and how many days old the records should be before being deleted....
|
|
|
|
Total Hits: 1039 | Today: 0 |
Author: Akmal Rizal
|
Rating:
|
|

This script by Akmal Rizal will aid in showing records by page and selecting records that will be deleted...
|
|
|
|
Total Hits: 1422 | Today: 0 |
Author: Derek Truman
|
Rating:
|
|

Delete a record from your database quickly and easily without having to use a recordset. Deleting a record from a database table is a simple task. Answer four questions below and click submit. The sql statement will be generated for you....
|
|
|
|
Total Hits: 2075 | Today: 0 |
Author: Derek Truman
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 1313 | Today: 0 |
|
Rating:
|
|

SQL statements can be used to delete data as well.Here is a script that will add a bunch of records with the AU_ID of 200:...
|
|
|
|
Total Hits: 1035 | Today: 0 |
Author: Bruce Corkhill
|
Rating:
|
|

In this tutorial we are going to be deleting data from the Guestbook database made in the tutorial Part: 1 Connecting to an Access Database....
|
|
|
|
Total Hits: 1612 | Today: 1 |
Author: Nick Stilwell
|
Rating:
|
|

This class allows you to browse folders to find access databases, and then connect to them automatically, return grids of records from tables, and edit individual rows, delete or add....
|
|
|
|
Total Hits: 2133 | Today: 0 |
Author: DrDev.net
|
Rating:
|
|

Tutorial showing how to delete multiple records in a single operation using a series of checkboxes, contains additional information for Dreamweaver users....
|
|
|
|
Total Hits: 584 | Today: 0 |
Author: aspwebpro.com
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 468 | Today: 0 |
Author: aspronline.com
|
Rating:
|
|

The code below deletes data from the table labeled "Publishers" where first name is Jon...
|
|
|
|
Total Hits: 1901 | Today: 0 |
|
Rating:
|
|

This example provides a sample code that will delete records from a database. Very simple but effective....
|
|
|
|
Total Hits: 868 | Today: 0 |
Author: Cenk Yurtseven
|
Rating:
|
|

This code from Cenk Yurtseven removes duplicate records from a database....
|
|
|
|
Total Hits: 1722 | Today: 0 |
|
Rating:
|
|

This is an excellent code sample that shows you how to delete duplicate records in MSAcces database....
|
|
|
|
Total Hits: 465 | Today: 0 |
Author: Lewis Moten
|
Rating:
|
|

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...
|
|
|
|
Total Hits: 1766 | Today: 0 |
|
Rating:
|
|

This example just shows you how to detect if the ADO provider can delete records and then perform a delete...
|
|
|
|
Total Hits: 597 | Today: 0 |
Author: Danny J. Lesandrini
|
Rating:
|
|

Have you ever deleted an Access table ... and then suddenly felt that pain in the pit of your stomach? Well, be of good cheer because all may not be lost. There are at least 2 ways to retrieve your deleted table...
|
|
|
|
Total Hits: 1800 | Today: 0 |
|
Rating:
|
|

The Programmer's Resource, this article shows how to delete records from more than one table. Select the record you want to delete by checking the corresponding checkbox.....
|
|
|
|
Total Hits: 708 | Today: 0 |
Author: Scott Mitchell
|
Rating:
|
|

An article that shows you how to perform a batch delete from a list of HTML check boxes using a single DELETE SQL statement...
|
|
|
|
|
|
|