Hits Today: 4 Total: 28337 | Updated: 11/24/2001 | |
 | Here's a quick sample that combines a number of database functions into one script that adds, deletes, and edits records in a database table. Author: ASP 101 Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 15089 | Updated: 7/5/2002 | |
 | 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. Author: Bruce Corkhill Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 8871 | Updated: 11/3/1999 | |
 | An All In One DataBase example
with source code... Fill combo,
do actions from combo, Insert, Update, Delete from Data Base. Author: Joćo Vieira Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 4337 | Updated: 10/26/1999 | |
 | Enter the data base variable names and how the update query will receive the input variables and generate ready to use .asp code Author: CodeAve.com Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 703 | Updated: 1/23/2007 | |
 | In this tutorial we are going to create three pages to update data in the 'Guestbook' database made in the first database tutorial. The first page is used to display the contents of the database so you can select which entry you want update. Author: Bruce Corkhill Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 12317 | Updated: 3/17/2000 | |
 | Demonstrates how to build a generic ASP table insertion script. Often times we need to develop a set of web pages to allow new records to be added to a database table. With this single ASP page, you can do all of your database insertions Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 41835 | Updated: 4/8/2000 | |
 | This short example provides you with the sample code which will allow you to edit your database records from an ASP page. Author: ASP 101 Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 16191 | Updated: 11/3/2002 | |
 | Once you have a record in your database, chances are you may need to update it at some point. When would you want to do this? Let's say you have a membership based website that is secured with a username and password combination. Author: ASPwebpro Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 13504 | Updated: 7/30/2000 | |
 | ADO has a great batch update feature that not many people take advantage of. You can use it to update many records at once without making multiple round trips to the database. Author: Planet Source Code Code: ASP 2.0 & VBScript |
|