I want something that works like a recordset, where I can use a Key/Value pair type of storage, but not a recordset. I will get the date from a recordset, but want to dump it into some sort of array or collection. But I don't know what. All I know I can do in ASP classic is dump to a stinky old array, but I don't want to have to work with a numbered list because my values will be changing.