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