It works just as i expected!!!! THANK YOU VERY MUCH!! Three more questions...
Instead of having the "create empty list" we can add a notifier to inform us that there is not such an entry..correct? and if there is no entry the blocks below will not be executed...correct?
How can you store a same tag with different values in tinydb without overwritting the previous?
Are there any storage limitations for the tinydb? I mean... can you create a database of 300mb storage for example?
Just test for an empty list, then show the notifier
If your device has the storage capacity, yes. However your data returns may slow down with a large dataset, you may be better off using SQLite.
Do you want to add a second/third/... set of values to the same tag ? If you are using Textbox1.Text as the tag, this needs to remain the same throughout. You don't have to set Textbox1.Text in the list, you can use the tagname for that.
No if i have made a record with a tag Chris and i want to add another Chris then it overwrites the previous entries.... Can i have in my tinydb 2 same tags with different values?
is there any solution that you can think of to overcome this problem?
Because as far as i understand if you want to search in the Tinydb you do it by its tag.... correct?