![]() |
![]() |
![]() |
VBScript - Scripting.Dictionary We are developing an e-commerce website using ASP/vbscript and are planning to use some sort
vbscripter
The default one that came with ASP 3.0 isn't proper for most production use. Try the one that comes with Commerce Server, Microsoft has a read only table component too (can't remember the name off the top of my head). There are some commercial dictionary components you can use without having to write your own.
Li-fan Chen
Well, the goal of our project is the get rid of the Commerce Server and use something else to replace that Dictionary object.
vbscripter
Try the Caprock Dictionary object.
Jon
Scripting.Dictionary is perfect and stable except one small hickup - it's appartment threaded. I needed a cache type object (dictionary which 'forgets') and it took me about a day to write it in VC++ with ATL and STL (it had to store strings only). Write your own might be a good idea.
Alexander Chalucov (www.alexlechuck.com)
|