Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Are Hash tables available in ASP Classic? 1

Status
Not open for further replies.

qwert231

Programmer
Sep 4, 2001
756
US
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.
 
How about using XML?
codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
You're not a complete programmer unless you know how to guess.
I hope I never consider myself an 'expert'.
<insert witticism here>
 
Question. I have not yet used XML for data storage. In fact, other than some book examples where I look directly at an XML file I have not used XML. I am familiar with using recordsets to get data. How do I use/get data from XML files? (pointers to good sites would be good)
I have the XML bible gold, but that just talks about creating XML files, but not how to use them in Classic ASP pages. (ASP .NET makes it easy, but I can't do that right now.)
 
Why not try with Dictionary Object? I hope that tomorow I'll still be alive and kicking.
 
Mandrutza, I had never even looked at them, but it's so simple. That's what I've been wanting. Thanks, and a star to you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top