
Active Server Pages offers the programmer a hell of a lot of objects that can help in developing scripts quickly, and with a little thought it is possible for a lazy programmer to use these to your advantage. A lot of scripts you will write will be for either displaying or inputting database information. These pages will not always need to be 100% secure, robust, scaleable, etc, especially if for your own use. If this is the case, don't spend hours on a bespoke script each time, use the "fields" collection of the Recordset object.
|