Results 1 to 6 of 6

Thread: Property Bag alternative - Data Bag Version 2

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Property Bag alternative - Data Bag Version 2

    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: 818
Size:  35.0 KB

    Demo Application :
    DataBagV2.zip
    Last edited by joshyfrancis; Dec 10th, 2020 at 07:46 AM. Reason: New version added

  2. #2
    New Member
    Join Date
    Feb 2020
    Posts
    10

    Re: Property Bag alternative - Data Bag

    What kind of portability?

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Re: Property Bag alternative - Data Bag

    Property Bag class is closed source. I needed one storage class across multi platforms, Windows, Linux etc. Now I can easily code in Linux to read from the storage. And I am planning too.

  4. #4
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    5,120

    Re: Property Bag alternative - Data Bag

    In current day and age everyone should consider using JSON formatted files/messages/packets if compatibility is remotely important for their serialization solution.

    Just my $.02

    cheers,
    </wqw>

  5. #5
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,374

    Re: Property Bag alternative - Data Bag

    Or XML text. Many public authorities, at least in Germany, do persist their records as XML. (e.g. resident registration for interchange between systems)

  6. #6

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Re: Property Bag alternative - Data Bag Version 2

    Hi check the new version 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width