Hits Today: 1 Total: 14219 | Updated: 12/30/2001 | |
 | Anytime you have a user login application on the web, you need to be able to give the user the ability to update their profile. One way to do this is with a form that populates itself with the users information which is stored in a database. Author: |
Hits Today: 2 Total: 15450 | Updated: 4/6/2002 | |
 | This form takes all the hard work out of matching up form field names with your database fields when adding new records. Author: David Lohmann Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 27778 | Updated: 5/10/2001 | |
 | The basis and structure of this code can also be used for many things. The main object we will be working with is a collection object,(namely the Request.Form collection). Code: ASP 2.0 & VBScript | |  | |
Hits Today: 4 Total: 24407 | Updated: 1/15/2002 | |
 | Adding a record from a database table is a simple task. Fill out the form below and click submit. The sql statement will be generated for you. It's just that easy. Author: Derek Truman Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 4240 | Updated: 10/7/2002 | |
 | Comport communication via modem, direct serial cable or any other asynchronous connection. Set baudrate, hardware flow control, software flow control, parity etc. yourself!
Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 1186 | Updated: 1/21/2007 | |
 | In this tutorial we use an HTML form to take a site visitors name and comments and add these to the database. We will then use the page 'guestbook.asp' made in the first database tutorial to display the contents of the database. Author: Bruce Corkhill Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 5679 | Updated: 6/22/2003 | |
 | When using the native ADO methods for dealing with your recordsets there is no need to double up your single quote characters. Author: asp101.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 4 Total: 42251 | Updated: 1/12/2000 | |
 | ASP 101 has added a new sample that takes input from a form and adds it to a database. This sample uses OLE DB instead of ODBC.
Author: John Peterson Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 40577 | Updated: 4/8/2000 | |
 | This example provides a sample code which will add records to a database. Very simple but easy to use and effective. Author: ASP 101 Code: ASP 2.0 & VBScript |
|