home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / ARCHIVE.ZIP / read_me.txt < prev   
Text File  |  1998-06-28  |  2KB  |  64 lines

  1. Quick Data Base - QDB v.2.10  
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. VCL Components for Delphi 1, 2 & 3
  4. by
  5. Robert R. Marsh, S.J.
  6. 1/7/98
  7.  
  8. Overview
  9. ~~~~~~~~
  10. The zip file containing the file you are reading (archive.zip) holds a 
  11. demonstration of QDB in action - a simple knowledge-base in which you can
  12. store, access, and retrieve copies of text files. It comes with a sample 
  13. database (archive.qdb) containing a selection of Borland's technical 
  14. information files for Delphi.
  15.  
  16. This demo shows the QDB components' ability to store streams extremely 
  17. easily and then load them into a visual component. Since the archive demo
  18. uses a TRichEdit component it will only compile under D2 or D3.
  19.  
  20. You are free to use and modify this demonstration application as you wish
  21. but you may make no profit from its sale unless you have modified it 
  22. extensively (say, more than 50% new code). If you do improve its 
  23. functionality I'd like you to send me a copy.
  24.  
  25.  
  26. Files
  27. ~~~~~
  28. The zip file archive.zip contains the following files
  29.  
  30.                 archive.qdb    the TI kb
  31.                 arc_main.dfm    the main form
  32.                 arc_main.pas    the main unit
  33.                 archive.dpr    the project file
  34.                  read_me.txt    this file
  35.  
  36.  
  37. Installation
  38. ~~~~~~~~~~~~
  39. Unzip the demo wherever you like. The QDB components should be installed 
  40. before you try to compile the demo. The files for the demo should all be 
  41. in one directory.
  42.  
  43.  
  44. Distribution
  45. ~~~~~~~~~~~~
  46. QDB was written for fun as well as utility so I am glad to make these VCL
  47. components available free of charge. It should be understood that, 
  48. although I have attempted to test them thoroughly, they may cause some 
  49. damage - directly or indirectly -  for which I can take no responsibility.
  50. Use these components with pleasure but use them at your own risk.
  51.  
  52. If you like them, have anything to say about them, or just want to make 
  53. contact you can find me at:
  54.  
  55. rrm@sprynet.com
  56.  
  57. The latest versions of QDB, etc., can be found at my web site:
  58.  
  59. http://home.sprynet.com/sprynet/rrm/
  60.  
  61. Copyright ⌐ 1995, 1996, 1997, 1998, Robert R. Marsh, S.J. and the British 
  62. Province of the Society of Jesus.
  63.  
  64.