Hi Ramya, you need to develop some mechanism to read the data on server side and tranfer them to the client in a suitable format (kml, xml, json, ...). How you'll implement it will depend on which programming language you use, on how large is your data, etc... You can have a look at this excellent example: http://code.google.com/intl/it-IT/apis/maps/articles/phpsqlajax_v3.html
Hope it helps, Davide 2010/7/12 ramya <[email protected]> > Hi all, > I am working on google maps api v3. I am trying to create a generic > function which access any table from the data base and display the > data on the google maps. could anyone please help me in solving my > problem by giving me some examples where similar functions have been > developed. > > Thanks > Ramya. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
