home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / GOPHER / PC_SERVE / HAMBURG / GOPHDOC.ZIP / GOPHSRCH.DOC < prev    next >
Encoding:
Text File  |  1993-02-22  |  753 b   |  30 lines

  1.         Gopher Utility to search in a PARADOX table
  2.  
  3. Usage: GOPHSRCH <table> <field> <what>
  4.  
  5. <table> can be any PARADOX TABLE, the total path must be specified.
  6. <field> is the field name and <what> the field content to look for.
  7.  
  8. Suppose a table PERSONS contains the following fields:
  9.  SURNAME
  10.  LASTNAME
  11.  PHONE
  12.  
  13. You can create three different search engines by giving different
  14. command line parameters:
  15.  
  16. GOPHSRCH C:\PDOX\PERSONS SURNAME  Peter
  17. GOPHSRCH C:\PDOX\PERSONS LASTNAME Snyder
  18.  
  19. The first example will result in a file RESULTS.PDX containing all
  20. records containing a field with surname "Peter". This search is case
  21. sensitive.
  22.  
  23. SURNAME:    Peter
  24. LASTNAME:    Snyder
  25. PHONE:        1234567
  26.  
  27. SURNAME:    Peter
  28. LASTNAME:    Smith
  29. PHONE:        2345678
  30.