Home » Database » MySQL » VBScript Class to create easly Associative Arrays in ASP like in PHP

VBScript Class to create easly Associative Arrays in ASP like in PHP


I’ve posted a project at Source Forge with an ASP/VBScript class to create easly associative arrays like in PHP; visit http://sourceforge.net/projects/asp-assoc-array/

It is possible also load in an associative-array the data coming from MySQL or MS Access databases, then You can programmatically manage the structured data; You can also export associative arrays to XML.

Associative arrays are usefull when it is necessary manage many variables at once (for example when we pass multiple values at once to a method/function) or just to store data in a well structured array and reusing  its values anytime.


Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.