narek adonts Well-Known Member Licensed User Longtime User Jun 13, 2015 #1 Hi, Is there a way to store a keyvaluestore inside another keyvalue store ?
Erel B4X founder Staff member Licensed User Longtime User Jun 14, 2015 #2 If there are no bitmaps which require special handling then you can read all the keys and values from one KVS into a Map and then add this Map as a single item in the second KVS. Upvote 0
If there are no bitmaps which require special handling then you can read all the keys and values from one KVS into a Map and then add this Map as a single item in the second KVS.