home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7812 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.2 KB

  1. Path: sparky!uunet!know!hri.com!noc.near.net!news.bbn.com!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!bgsuvax!uoft02.utoledo.edu!alewalle
  2. From: alewalle@anl433.uucp (ames lewallen)
  3. Newsgroups: comp.databases
  4. Subject: Re: Help!-searching FOXPRO string fields
  5. Message-ID: <1992Nov12.205639.11125@uoft02.utoledo.edu>
  6. Date: 13 Nov 92 01:56:38 GMT
  7. References: <92317.100703JBC103@psuvm.psu.edu>
  8. Distribution: na
  9. Lines: 23
  10. Nntp-Posting-Host: jupiter.cse.utoledo.edu
  11. X-Newsreader: Tin 1.1 PL5
  12.  
  13. John,
  14.  
  15. There's a lot of ways to do this, but the easiest way would be to do your
  16. search with the clause being:
  17.  
  18.    'address' $ fieldname
  19.  
  20. This should do the trick for you.
  21.  
  22. jim
  23.  
  24.  
  25.  (JBC103@psuvm.psu.edu) wrote:
  26. : We are currently evaluating FOXPRO (for DOS-I don't think windows version is
  27. : out yet).  One problem we're having is searching alphanumeric (string) fields.
  28. : We want to be able to match part of the field, ie. if the field contains
  29. : the words "Student address list" we may want to search for every record with
  30. : the word "address".  In Paradox, we would search for "..address..", but we
  31. : haven't been able to find a similar function in Foxpro.  Any help would be
  32. : appreciated.
  33. :  John Carnicella
  34.