home *** CD-ROM | disk | FTP | other *** search
- Gopher Utility to search in a PARADOX table
-
- Usage: GOPHSRCH <table> <field> <what>
-
- <table> can be any PARADOX TABLE, the total path must be specified.
- <field> is the field name and <what> the field content to look for.
-
- Suppose a table PERSONS contains the following fields:
- SURNAME
- LASTNAME
- PHONE
-
- You can create three different search engines by giving different
- command line parameters:
-
- GOPHSRCH C:\PDOX\PERSONS SURNAME Peter
- GOPHSRCH C:\PDOX\PERSONS LASTNAME Snyder
-
- The first example will result in a file RESULTS.PDX containing all
- records containing a field with surname "Peter". This search is case
- sensitive.
-
- SURNAME: Peter
- LASTNAME: Snyder
- PHONE: 1234567
-
- SURNAME: Peter
- LASTNAME: Smith
- PHONE: 2345678
-