Hi Andrew,

I have removed the port 8080. Please check the below URLS now

Here is my example URL, for you to check
http://220.225.231.147/gmaps/test.asp

Data is provided from http://220.225.231.147/gmaps/testing.asp
using SQL Query

select top 10 * from (SELECT *, ( 3959 * acos( cos( radians(37) ) *
cos
( radians( lat ) ) * cos( radians( lng ) - radians(-122) ) + sin
( radians(37) ) * sin( radians( lat ) ) ) ) AS distance FROM maps ) as
results where distance < 10000

Thanks in advance,
Sri

On Jan 25, 3:35 pm, Andrew Leach <[email protected]>
wrote:
> On Jan 25, 10:25 am, srikanth <[email protected]> wrote:
>
> > Here is my example URL, for you to check 
> > -http://220.225.231.147:8080/gmaps/test.asp
> > Data is provided fromhttp://220.225.231.147:8080/gmaps/testing.asp,
> > using SQL Query
>
> Well I can't if you're using port 8080. The firewall here blocks that.
> Over to others...
>
> Andrew

-- 
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.

Reply via email to