MySQL Forums
Forum List  »  GIS

Re: Zip Code Proximity search - Examples II
Posted by: Thomas Butler
Date: February 26, 2006 05:31PM

I'm just getting started implementing a zip code proximity search to my web search screen. I've read through this thread and viewed most of the URL references. It looks like this is still going to take some work - what is the easiest approach to:

* populate mysql w/ US zip code info (i.e., zipcodeworld, myzipcodedb, other)
* construct query to find all stores within a specified zip radius (proximity specified by the user) that also offer keyword items specified by the user (i.e., users specify multiple keywords + zip code + zip code radius)

I have the keyword search against the database set up and now I'm trying to implement the zip code radius search. I'm using Java Server Faces (Oralce 10g Jdeveloper) as the front-end and MySQL 5.0 for the database. I'd like to be able to do the entire query within a single sql statement if possible.

Any suggestions, java code examples, etc. to complete this task quicky and easily?

thanks
Tom

Options: ReplyQuote


Subject
Views
Written By
Posted
28651
October 19, 2004 06:04AM
10957
October 19, 2004 07:55AM
9374
October 19, 2004 11:14AM
10397
October 21, 2004 09:28AM
9280
October 19, 2004 06:59PM
7739
October 20, 2004 07:39AM
7747
October 21, 2004 09:10AM
9011
October 22, 2004 07:17AM
6934
October 23, 2004 02:48AM
6347
October 23, 2004 03:09AM
6484
October 23, 2004 03:12AM
6355
October 23, 2004 02:59PM
8124
October 24, 2004 12:34PM
5631
October 24, 2004 01:31PM
13308
October 21, 2005 10:21AM
5684
D C
January 28, 2006 05:24AM
5246
March 02, 2006 04:24PM
7341
October 09, 2007 09:28AM
5858
December 06, 2005 05:34AM
7165
December 06, 2005 06:36AM
5429
December 24, 2005 01:10PM
8996
December 26, 2005 03:49PM
5566
October 09, 2007 09:36AM
Re: Zip Code Proximity search - Examples II
10546
February 26, 2006 05:31PM
29587
December 13, 2007 04:10PM
6291
April 05, 2006 02:59PM
4843
May 02, 2006 03:22PM
5833
May 05, 2006 09:44AM
14776
June 25, 2006 09:32PM
5629
August 30, 2006 12:54PM
6143
July 14, 2007 01:09AM
7746
November 03, 2006 10:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.