On Mar 29, 7:59 am, Chaplain Doug <[email protected]> wrote: > I will have to experiment with saving the lat/long in my database. I > am not sure how to get from javascript to write to my SQL database. I > know how to do this in code behind (VB), but I have never seen it done > from javascript,plus I am not sure I want to expose javascript that > writes to my database. Any suggestions?
See the "store locator" example: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/486d66cb18073921/b047ed8d7ed0cffd?lnk=gst&q=store+locator#b047ed8d7ed0cffd It should point you in the right direction. -- Larry > > On Mar 28, 9:45 am, [email protected] wrote: > > > If you are doing this through the Maps API then you can get any errors > > on return from the geocoder. e.g.http://econym.org.uk/gmap/geo.htm > > > However, if these addresses are in a database, then you should be > > geocoding them once only and storing the LatLng location in the > > database. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
