Can one create an array with vbscript and if so, how??

What I want to do is select a field from a table and populate the array with the result of all the records which was returned, close the connection and recordset and then later in my HTML populate a dropdown menu with the results in the array.

This way I save on open connections/recordsets etc.

Any help??