Smeep wrote:I didn't need to be specific in my question. I was merely looking for a place that has some info to read about search functions, the basics behind them, leading in to the more complicated stuff. But since you ask, Cities. Stored in a database. In a table called "arena" in a field called "location".
If you would have provided me with the information above, my response would have been:
Bone up on SQL and left you alone on your merry way studying about it (for you did say you didn't want coding help).
Now in regards to your response about not having to be specific which I totally disagree with.
How can we provide you with a specific solution, when you choose to talk in generalities? Do we want to waste our time going back and forth asking you questions to find out what you really are looking for?
"Search" means many different things. Its a general term that depends on the context of WHAT is being searched and HOW it is being stored. I had no idea what you were referring to. If it was a flat ASCII text file the solution is different and I would have suggested to look at something. If it was a database, then I would have suggested to read about SQL. You didn't provide that information so how was I to help you?
Now you tell us you have data stored in a database, and that you have a table called arena with a column called location. That's more info than what we knew before, isn't it? Without that information, just how could have known you were storing data in a database (still don't know which product) along with the SQL query to sort on those locations in the table?
Trs took that information you provided and then came up with a solution. Now he could have wasted 30 minutes of HIS time coming up with that answer. And then get pissed off because you failed to tell us you were storing your data in an Oracle database. Get it?
More information means a better response.