ASP Database Fundamentals (Part 1)
(Page 1 of 6 )
Ok. So you've learned ASP and you can make some pretty cool and interactive web pages. But sooner or later you are going to have a need to use ASP to access a database of some sorts.
There are many applications that would benefit from database integration. Examples might include message forums, product listings, and user sign-in databases among other things.
The purpose of these articles is to introduce you to the base concepts of accessing and utilizing a database with ASP. With this knowledge, you should be able to begin creating dynamic data-driven websites using the ASP architecture.
Next: What's All The Ado About ADO? >>
More ASP Articles
More By Rich Smith