home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7644 < prev    next >
Encoding:
Text File  |  1992-11-06  |  2.9 KB  |  62 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!ukma!netsys!decwrl!pa.dec.com!nntpd2.cxo.dec.com!tincup.enet.dec.com!lindsey
  3. From: lindsey@tincup.enet.dec.com (Randy Lindsey)
  4. Subject: Re: Help (another try, with text this time)
  5. Message-ID: <1992Nov5.190517.3986@nntpd2.cxo.dec.com>
  6. Sender: usenet@nntpd2.cxo.dec.com (USENET News System)
  7. Organization: Colorado Software Solutions, Inc.
  8. References:   <1992Oct30.024155.5404@u.washington.edu>
  9. Date: Thu, 5 Nov 1992 18:59:43 GMT
  10. Lines: 50
  11.  
  12.  
  13. In article <1992Oct30.024155.5404@u.washington.edu>, elgreco@carson.u.washington.edu (Jared Vogt) writes...
  14. >The following questions maybe an exercise in meta-ignorance.
  15. >I am looking for a database to organize various sorts 
  16. >information, where I can create a simple search screen to
  17. >look for that information by keyword using boolean logic.
  18. >For example, I would like to enter all of my paper files by 
  19. >keyword so that I could just stick any new piece of 
  20. >information in the next sequential file and enter its
  21. >contents in a database where I could subsequently search for
  22. >its location.  By doing this, i am hoping to simplify my 
  23. >seartch process for various peices of information.  It would
  24. >encompass not only paper files, but informatoin of all 
  25. >sorts, so that when I want to find, say, everything that I
  26. >have (paper files, computer documents, magazine articles)
  27. >that has to do with "x+y," the database using logic would
  28. >search for all instances of "x+y," and list them out.  Is
  29. >this a simple database feature?  If my above explination was 
  30. >totally lame, maybe an existing example would help.  I want 
  31. >to create something with the same searching mechanism as 
  32. >Medline, or just about any other online or CD-rom database.
  33. >I currently have Foxpro, but have not yet delved into it.  
  34. >Another consideration.  I would like to have some interface
  35. >in Windows if possible.  I have come accross a couple of 
  36. >shareware viewers, that appear to allow me to search my 
  37. >Foxpro files in Windows, but they did not have any provision 
  38. >for logic.  Do ones with logic exist?  Do I just need a 
  39. >Windows DB?
  40. >Thanks in advance for any suggestions or help.
  41. >Jared
  42. >vango@u.washington.edu
  43.  
  44. Yes, this is a simple thing for a database to do.  Depending
  45. upon the sophistication of the searching logic, almost any
  46. database could do it, even the simple file manager ones.
  47.  
  48. Since you have Foxpro, try using it.  Basically, you want
  49. to add a record to the database for every keyword in each
  50. file/document/article/etc.  Then, you can inquire by keyword
  51. and it will list every record that has that keyword, giving
  52. the file number that you need to go find it.  You can get
  53. more sophisticated, but this will do the basic retrieval.
  54.  
  55. Foxpro for Windows will be coming along (they've said before
  56. the end of the year, probably wouldn't slip more than a month
  57. or two), so you can upgrade to that and should be able to
  58. use what you've already set up.
  59.  
  60. Randy Lindsey
  61.