Android Question B4A v10.5 Key Value Store

tsteward

Well-Known Member
Licensed User
Longtime User
I use the old Key Value Store v1.01 class. To update to one of the two KVS built in libraries can I just change over?
I know a few commands have changed kvs.getsimple to kvs.get etc. but will it use the old KVS data or has that changed?
Just don't want to upset all my users. Otherwise I'll stick with the old class.
 

rtek1000

Active Member
Licensed User
Longtime User
Use the old class. The new one works a bit differently (better) and is not compatible with the old version.

If anyone opens this post and wants to find this, I believe this is the new version:


Note:
This library is named KeyValueStore. There is an older library named KeyValueStore2. Don't confuse between the two. It is recommended to use this one.
It is an internal library now.
 
Upvote 0
Top