MOTOBIT.COM - ASP upload, IIS utility Multi Dictionary

Program home  | Changes | Purchase | Download

Version 1.2.0, 16.7.2010

  • New COM interface to a dictionary kernel with better performance
  • New X64 (AMD, Intel) and IA64 (Intel) binaries and source code
  • New setup on 64 bit versions of OS.
  • New Simple test page, VBS sample - demonstration of MultiDictionary functionality
  • Version 1.1.7, 3.6.2010

  • New RefCounter, RemoveDictionary, Disconnect, Name and Dictionaries properties and methods
  • !! Main dictionary enumerator (_NewEnum) returns dictionary keys, not values. Change for compatibility reasons with Scripting. Dictionary and Application.Dictionary.
    Check you old code for next construction:
    For Each Item In Dictionary
      'do something with the key
    Next
    

    and use next code with new versions to enumarate dictionary items:
     
    For Each Item In Dictionary.Items
      'do something with the key
    Next
    
  • Version 1.1.6, 11.5.2010

  • New HoldLock and WaitForUnlock parameters for Lock method.
  • New LockDuration property.
  • Version 1.1.5, 9.4.2010

    Solved hangup problem with Lock and Unlock methods in dictionary installed as COM+ application.
    New synchronization method for Lock/Unlock methods and several threads of one process calling the methods.

    Version 1.1.4, 1.7.2009

    Solved problem with performance and large number of keys. (Error "There is more values to change")
    New Share dictionary values over processes/remote computers (from VBSCript in ASP to WSH, ..) article.

    Version 1.1.3, 17.10.2008

    Exists returns -1/0 (VARIANT_TRUE, VBA true/false) instead of 1/0 (C++ true/false).

    Version 1.1.2, 12.1.2008

    "Memory read exception" with new version of IIS6 solved.

    Version 1.1.1, 10.1.2005

    Pattern parameter (regular expression search) added to RemoveAll, Save and Load methods.

    Version 1.1, 5.1.2005

    Save and Load methods added to store and retrieve all dictionary data to/from a disk.

    Version 1.04, 28.5.2004

    UniqueKeys property problem solved. You can switch from the Non-Unique mode to Unique mode now (if you remove all items from the dictionary).

    Version 1.03, 16.5.2003

    Memory leak of Keys solved.

    Version 1.0, 1.10.2002

    Basic release

    © 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz


    Other Motobit links:   IISTracer, real-time IIS monitor   ASP file upload - upload files to ASP. 
    ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object