Article ID: 188713 - Last Review: August 11, 2005 - Revision: 4.4 How To Change Information in a Database from ASPThis article was previously published under Q188713 SUMMARY
There are two different methods for performing updates and inserts. One way
is to create a recordset and then insert/update its records. The other way
is to use the Execute method to issue a SQL statement which inserts/updates
the records.
MORE INFORMATION
The following code illustrates opening a recordset and then adding and altering its records. The current location in the recordset determines which record will be updated.
APPLIES TO
| Article Translations
|
Back to the top
