How to Update a Single Data In a List Without Replacing it

Hi,
Do Anyone here know how to update a single Item in a List?
This is how the data is Stored :

I want to Update the Balance of a Single User. Anyone Have any idea on how to do that?

I tried doing this but It’s not working :
Capture
I want to save the Data to WebDB But if i save this data all the other user’s data will be Lost… Can we Update a Data in WebDB without replacing the entire thing?

Thanks

2 Likes

I Found the Solution myself. This is How I managed to Do it(Its a bit Complex)

So tell how to you do this

1 Like

you might want to learn how to work with the local SQLite database…
Taifun

1 Like

I am using Tiny WebDB which stores the Data basically in a txt file

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.