I want to display distances between the user’s location and the searched location in a repeater. In the repeater should be the corresponding text line with the number of kilometers for each location. I have already finished the functions for this. Now my idea was to insert the calculated data into my database using the insert() method and then connect a text line with these values. But it occurred to me that it would be a problem if several users would do the same and stand in different places.
My question would be if there is a way to update the database user-specifically without affecting other users. Or is that not possible?
If it is not possible, can anyone think of a solution how I can assign the distances to the respective location (element) in the repeater without linking to the dataset?
Or does anyone have any other ideas?
Thanks in advance