ASP Database Fundamentals (Part 3)
(Page 1 of 6 )
So far in this series, we've been learning to use ADO from within ASP. We have gone over how to make connections, and learned how to extract data using recordsets. In this installment, we will go over the various methods of adding information to a database using ADO.
There are two common methods of adding data to a database using ADO. The first method is by using additional properties of the recordset object. This method is easy to understand, but does have it’s drawbacks. The other more confusing method is to utilize the connection object directly. We will explore each method, and discuss the when it is best to use each of them.
Next: More To Do With Recordsets >>
More ASP Articles
More By Rich Smith