Hi All,
I have a Google Map APP to which I want to include a function of Storing/Recalling/Deleting locations by Name along with their Longitude and Latitude.
This can be achieved with an array/list combination, but I keep reading that a SQL database is a better solution. Not having any experience with SQL this would take me a serious investment of time.
The list would be sorted automatically alphabetically by Name.
Longitude and Latitude would not be displayed when the list is viewed and would not be used for any operations such as sort/filter.
For such a simple list of locations what would be the advantages [if any] of going SQL?
Regards Roger
I have a Google Map APP to which I want to include a function of Storing/Recalling/Deleting locations by Name along with their Longitude and Latitude.
This can be achieved with an array/list combination, but I keep reading that a SQL database is a better solution. Not having any experience with SQL this would take me a serious investment of time.
The list would be sorted automatically alphabetically by Name.
Longitude and Latitude would not be displayed when the list is viewed and would not be used for any operations such as sort/filter.
For such a simple list of locations what would be the advantages [if any] of going SQL?
Regards Roger