Using the ASP Scripting Objects

Beyond the intrinsic objects and the ADO object, there is another class of ASP objects called the scripting objects. These objects are supported by the scrrun.dll file that comes as part of your IIS server.

The Dictionary Object

There are two major types of scripting object. The first is the Dictionary object, which lets you store key/value pairs. After the key/value pairs are stored, you can then look up values by searching for the associated keys in the Dictionary object. As an example of why you might need a Dictionary object, consider that states are often stored in a database table according to their two-letter abbreviations, but you may want to spell out the full state name as part of your output. In this ...

Get Platinum Edition Using XHTML™, XML, and Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.