A Practical Guide to Active Server Pages 3.0
This tutorial was written in 1998, and has stayed popular in my server logs. But it has not been updated over the years, and does not cover ASP.Net.
This practical guide is a complete programming guide as well as a reference for the serious ASP programmer. If you don't have the time to rummage through 1000-page thick books or sift through jokes & wisecracks, this is the resource for you.
Contents
This guide does not assume any prior knowledge of ASP, and starts from the ground up. The chapters are organized according to the increasing complexity of ASP scripts that you will be writing. Simple scripts come first, and then the techniques needed for more complex scripts are covered. This is especially useful for the beginner who is usually inundated by long, boring technical dissertations in the first chapter of any book.
Experienced programmers will also find this guide useful, for it contains the following references in one easy-to-locate booklet.
- VBScript Reference
A complete documentation of all VBScript functions with the necessary information for using them. Ideal for those situations where you know what you want to do, but can't remember the function that will do it for you.
- SQL Reference
This includes complete syntactic specifications of the Structured Query Language, along with examples to demonstrate the use.
- ADO Reference
A guide on ASP cannot miss out this quintessential section. It gives complete details on most of the objects in the ADO hierarchy.