home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / VADDBOOK.ZIP / read_me.txt < prev   
Encoding:
Text File  |  1998-06-28  |  2.0 KB  |  63 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 (vaddbook.zip) holds a 
  11. demonstration of QDB in action - a simple address book application showing
  12. QDB's ability to save and retrieve textual information. It comes with a 
  13. very small sample database (add_book.qdb).
  14.  
  15. This demo shows how to use the TQDBView component to automate the storage
  16. of variable-size items of data. The less sophisticated demo (in 
  17. addbook.zip) uses TQDB directly. 
  18.  
  19. You are free to use and modify this demonstration application as you wish
  20. but you may make no profit from its sale unless you have modified it 
  21. extensively (say, more than 50% new code). If you do improve its 
  22. functionality I'd like you to send me a copy.
  23.  
  24.  
  25. Files
  26. ~~~~~
  27. The zip file vaddbook.zip contains the following files
  28.  
  29.                 add_book.qdb    the sample address book
  30.                 ab_main.dfm    the main form
  31.                 ab_main.pas    the main unit
  32.                 add_book.dpr    the project file
  33.                  read_me.txt    this file
  34.  
  35.  
  36. Installation
  37. ~~~~~~~~~~~~
  38. Unzip the demo wherever you like. The QDB components should be installed 
  39. before you try to compile the demo. The files for the demo should all be 
  40. in one directory.
  41.  
  42.  
  43. Distribution
  44. ~~~~~~~~~~~~
  45. QDB was written for fun as well as utility so I am glad to make these VCL
  46. components available free of charge. It should be understood that, 
  47. although I have attempted to test them thoroughly, they may cause some 
  48. damage - directly or indirectly -  for which I can take no responsibility.
  49. Use these components with pleasure but use them at your own risk.
  50.  
  51. If you like them, have anything to say about them, or just want to make 
  52. contact you can find me at:
  53.  
  54. rrm@sprynet.com
  55.  
  56. The latest versions of QDB, etc., can be found at my web site:
  57.  
  58. http://home.sprynet.com/sprynet/rrm/
  59.  
  60. Copyright ⌐ 1995, 1996, 1997, 1998, Robert R. Marsh, S.J. and the British 
  61. Province of the Society of Jesus.
  62.  
  63.