|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Guest
Join Date: Jun 2004
|
Help with a Database Query (I Think)
http://www.any domain.com/80256C0D005D32A8/WhiteContactDetails?SearchView&Query=([Surname]%20EQUALS%20Williams)&Start=1&SearchOrder=4
If I query the white pages website above it returns all the listings with the surname Williams. Is there any thing I can do to that address to return all the listings for Williams and for example Williamson and Williamstone etc.? The same source used to allow this but they changed the query screen so you had to visit their sponsor and now you have to put in the whole name exactly which screws me cause I can't spell. Thanks in advance. |
|
|
|
|
|
#2 |
|
macrumors 68020
|
Just a stab in the dark:
Code:
http://www.domain.com/80256C0D005D32A8/WhiteContactDetails?SearchView&Query=([Surname]%20CONTAINS%20Williams)&Start=1&SearchOrder=4 http://www.domain.com/80256C0D005D32A8/WhiteContactDetails?SearchView&Query=([Surname]%20EQUALS%20Williams*)&Start=1&SearchOrder=4 |
|
|
|
|
|
#3 |
|
macrumors member
Join Date: Mar 2004
|
It's been awhile since i touched SQL but 'LIKE' might work also (that might just be Oracle though).
|
|
|
|
|
|
#4 | |
|
Thread Starter
Guest
Join Date: Jun 2004
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Thread Starter
Guest
Join Date: Jun 2004
|
Quote:
Another thing the results are limited to 100 records. I see the 'Start=' but nowhere that would limit the number of records, any ideas? I also note that the error page I get states a full name is required for privacy reasons so that might just be that, fair enough. |
|
|
|
|
|
|
#6 | |
|
macrumors 68030
Join Date: Aug 2005
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|