home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / ADDBOOK.ZIP / read_me.txt < prev   
Encoding:
Text File  |  1998-06-28  |  2.0 KB  |  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 (addbook.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 save variable-size items of data most economically
  16. using QDB directly. The more sophisticated address book demo (in 
  17. vaddbook.zip) uses the TQDBView component to automate the storage of 
  18. items.
  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 addbook.zip contains the following files
  29.  
  30.                 add_book.qdb    the sample address book
  31.                 ab_main.dfm    the main form
  32.                 ab_main.pas    the main unit
  33.                 add_book.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.