
We have already discussed how to create DSN and show database contents in the ASP page in our tutorial Accessing Database from ASP. Then we moved on to learn how to add records to the database in the tutorial Adding Records to the Database. We will now see how to update the records in the database.Like we saw in the Adding Records to the Database tutorial, we have two ways to update records; one with Connection Object using SQL update command and the other with the Recordset Object.
|