home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d3456 / SQLSET.ZIP / README.TXT < prev    next >
Text File  |  2002-06-12  |  1KB  |  41 lines

  1. ----------------------------------------
  2. SQLSet v1.03 for Delphi 3/4/5/6
  3. Copyright 2000 by George Barbakadze
  4. All rights reserved
  5.  
  6. http://ansipars.port5.com
  7. e-mail: support@ansipars.port5.com
  8.         v_giga@downloadit.gr
  9. ----------------------------------------
  10.  
  11. Requires the components DList v1.33 and Reader v3.0 or later versions
  12.  
  13. Description
  14.  
  15. Component for construction of list of SQL queries, editable in the property
  16. editor at design time, with possibility of insertion variables in query,
  17. which can be replaced by any string value at run time.
  18.  
  19. Installation
  20.  
  21. Copy the following files in your SQLSet directory
  22.  
  23. 1) SQLStReg.pas (from folder d3-5 or d6)
  24. 2) SQLStReg.dcr
  25. 3) SQLSEdit.pas
  26. 4) SQLSEdit.dfm
  27. 5) SQLSet.pas or SQLSet.dcu
  28.  
  29. This component requires installed components: Dinamic List v1.33 and
  30. Text Reader v3.0 or later versions, but if You do not require this
  31. components separately, You can only copy the following additional units
  32. in your SQLSet directory:
  33.  
  34. 1) DList.pas or DList.dcu;
  35. 2) Reader.pas or Reader.dcu.
  36.  
  37. Then install component SQLSet -
  38. Component / Install Component / Browse / SQLStReg.pas / Ok / Compile.
  39.  
  40. Make sure that path of your SQLSet directory is indicated -
  41. Tools / Environment Options / Library / Library path.