On Feb 4, 9:36 pm, Nhoc6131 <[email protected]> wrote: > Hey thanks for the replies! > > I'll have to look at that those links. > > I wish we could get a database going but the Brass is on this money > kick like every where is. > > My Units goal is to basically present it to them and then theyll > realize its importance and we'll get the materials we need. > Until then, its everything the hard way. > > I know SQL is Server side, is it possible to use access, or is that > the same deal?
Some Microsoft based servers support access and some hosting companies allow you to use it. I use access on a couple of my websites, but it isn't recommended for high traffic sites (which means it will probably work for yours if it is available). -- Larry > > Thanks! > > On Feb 4, 11:10 pm, Mike Williams <[email protected]> wrote: > > > To get this to work nicely with Google Maps you need to obtain the > > latitude and longitude information for each location and store that in > > your data. Since you don't have the ability to use "server side stuff", > > you're going to have to do that manually. > > > See:http://econym.org.uk/gmap/geomulti.htm > > for reasons why you don't want to try to ask Google to geocode the > > addresses every time someone opens the page. > > > Also, since you can't use any "server side stuff", you won't be able to > > read your excel file directly. Javascript can't understand binary files. > > Each time you update your excel file you'll need to export it into some > > sort of text format, and upload that to your website. > > > --http://econym.org.uk/gmap > > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
