COM Components and Text Generation
Written by Eric Smith, Northstar Computer Systems LLC
If you’re using COM Components in your ASP applications, remember that they can do a lot of menial tasks much faster than ASP can. For instance, any sort of string manipulation is much faster in the compiled component than it is in VBScript. This means that you can offload some of your string stitching (such as creating a drop-down list) to your component. Instead of passing back a recordset, pass back a complete list as HTML when necessary.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 3/1/2000
|