How To Change Information in a Database from ASP (188713)
The information in this article applies to:
- Microsoft Active Server Pages
- Microsoft Visual Studio, Enterprise Edition 6.0
- Microsoft Visual Studio 97
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
- Microsoft Data Access Components 2.5
- Microsoft Data Access Components 2.6
This 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.
Modification Type: | Minor | Last Reviewed: | 8/11/2005 |
---|
Keywords: | kbCodeSnippet kbDatabase kbhowto KB188713 |
---|
|