home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d34567 / KADAO77.ZIP / Readme.txt < prev    next >
Text File  |  2001-08-24  |  3KB  |  80 lines

  1. ******************************************************************************
  2.                                 Delphi Dao Project
  3.                      Copyright (c) 2000-2001 by Kiril Antonov
  4. ******************************************************************************
  5.  
  6. KADao README
  7. ------------------
  8. Contents:
  9.  1. Description
  10.  2. Installation
  11.  3. Disclaimer of warranty
  12.  
  13. DESCRIPTTION
  14. ------------
  15. KADao is a native DAO component for Delphi/CBuilder
  16. It is the first freeware component to completly access all databases 
  17. supported by Microsoft DAO (Data Access Objects) including mdb, xls, dbf etc.. 
  18. BDE is not required. Microsoft(r) DAO(tm) must be Installed in order component to run.
  19. Support for Microsoft(r) Access'xx-Access'97 and Microsoft(r) Access'2000-2002
  20. Features:
  21.  1. Create, Repair, Compact, Encrypt Access'97 and Access'2000 MDB files 
  22.  2. Create tables, add indexes, and fields to existing tables and so on.
  23.  3. Work as a Table an Query Component supporting both Queries and QueryDefs
  24.  4. Compatible with all data aware controls
  25.  5. Master/Detail support
  26.  6. Locate, Lookup  support
  27.  7. Find_First,  Find_Next, Find_Last, Find_Prior
  28.  8. Seek_Nearest, Seek_NearestEx
  29.  
  30. Many examples and latest version you can obtain at http://www.delphi.pari.bg/
  31.  
  32. KADao is a set of components to use with Microsoft(r) DAO(tm) Engine
  33. KADao is FREE for commercial and non-commercial use i.e it is absolutely free!
  34. It is tested with Delphi 3,4,5,6. 
  35.  
  36.  
  37. LONG LIVE THE FREE SOURCE!
  38.  
  39.  
  40. INSTALLATION
  41. ------------
  42. Installation for Delphi
  43. ------------------------
  44. Delphi 3-5 users - open and install/compile KADAO.DPK
  45. Delphi 6 users: first copy KADAOD6.DPK over KADAO.DPK and then open and install/compile KADAO.DPK
  46.  
  47. Warning for Delphi 4 users!
  48. ---------------------------
  49. If You encounter problem during compilation UNDEFINE USEPARAMS in KDaoTable.Pas
  50.  
  51. Warning for Delphi 5 users!
  52. ---------------------------
  53. You must put a DsgnIntf.pas in the directory where you inslall KADao.
  54. DsgnIntf.pas comes with Delphi - you will find it in the Source subdirectory of Delphi
  55.  
  56. Installation for CBuilder
  57. -------------------------
  58. KADAO supports CBuilder 4 and 5
  59. CBuilder 4 Users - Open and Build KADAO.BPK
  60. CBuilder 5 Users - Open and Build  KADAOC5.BPK
  61. And then install builded KADAO.BPL or KADAOC5.BPL
  62.  
  63.  
  64. DISCLAIMER OF WARRANTY
  65. ----------------------
  66. COMPONENTS ARE SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE AUTHOR
  67. DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
  68. THE WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR ANY PURPOSE. THE AUTHOR
  69. ASSUMES NO LIABILITY FOR DAMAGES, DIRECT OR CONSEQUENTIAL, WHICH MAY RESULT
  70. FROM THE USE OF COMPONENTS.
  71. USE THIS COMPONENTS AT YOUR OWN RISK
  72.  
  73. For contacts:
  74.  my e-mail: kiril@pari.bg
  75.  my site  : delphi.pari.bg  or www.delphi.pari.bg
  76.  
  77. Best regards
  78.    Kiril Antonov
  79.    Sofia
  80.    Bulgaria