> Here, each time the > given zipcode is compared to One of the remaining 41,000 zipcodes, the > google API will be used for comparison and as my single execution > consists of 41,000 comparison, it would remain incomplete. In addition > to that, it would make my web page run very slow.
Yes. Clearly that would be impracticable. Put you developer's hat on, and think of a solution. Hint - if your DB contained lat/longs for each zipcode you wouldn't have to look them up every time. -- 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.
