Tagged Questions
The scripting.dictionary tag has no wiki summary.
5
votes
3answers
240 views
Dictionary/Client VS Application Variables
Hi i got a question about my server performance ... i got a classic asp cms hosting ~250 websites, for each website we build a Classic ASP dictionary using
set dict = ...
1
vote
2answers
162 views
Scripting.Dictionary Lookup-add-if-not-present with only one key search?
I am looking up keys in a Scripting.Dictionary to make sure I add them (and their items) only once to the dictionary:
If MyDict.Exists (Key) Then ' first internal key-value lookup
Set ...
1
vote
3answers
2k views
Using a dictionary object in application scope in Classic ASP
Following up from my last question does anyone know how I can use a dictionary object in application scope in Classic ASP? You cannot use Scripting.Dictionary - if you try you will see something ...
0
votes
0answers
334 views
C++ and Scripting.Dictionary from scrrun.dll
I have some trouble with Scripting.Dictionary in C++.
I'm trying to use interface IDictionary via smart pointer but methods of creating object don't work and I can't understand why.
...
-1
votes
1answer
498 views
Scripting.dictionary to c#
Facing one problem please help me....
We are product development company and our existing application is in ASP, I am trying to send scripting.dictionary object to c#'s com visible class. I am using ...