On Nov 18, 2:47 pm, Richard <[EMAIL PROTECTED]> wrote: > Hello, > > I am doing a project where users can insert geographic data ( a marker > or a polygon) concurrently on a website using google maps. This data > will only be used to be displayed on the map, and no portability is > required. > Since i'm quite new on using databases my question is which method > would be more adequate to store this data: a sql database or a xml > file accessed using Ajax. And why.
Unless the users have write access to your webserver, you will probably want to use a database. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
