Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Viewing all articles
Browse latest Browse all 1449

Property Bag alternative - Data Bag Version 2

$
0
0
Property Bag alternative - Data Bag Version 2 Class
This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType.
(For the vbVariant , it now only supports byte array.) Now supports JSON. It has all methods same as Property Bag class.
Now I optimized the class for maximum performance. I tried different for speeding up such as hashing, binary sorting and insertion. Attached Project has a comparison
of Property Bag, Collection , Dictionary etc.
Supported types:
  • vbEmpty
  • vbNull
  • vbInteger
  • vbLong
  • vbSingle
  • vbDouble
  • vbCurrency
  • vbDate
  • vbString
  • vbBoolean
  • vbVariant(used only byte array)
  • vbDecimal
  • vbByte


Name:  SS.jpg
Views: 28
Size:  35.0 KB

Demo Application :
DataBagV2.zip
Attached Images
 
Attached Files

Viewing all articles
Browse latest Browse all 1449

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>