----------------------------------------
SQLSet v1.03 for Delphi 3/4/5/6
Copyright 2000 by George Barbakadze
All rights reserved

http://ansipars.port5.com
e-mail: support@ansipars.port5.com
        v_giga@downloadit.gr
----------------------------------------

Requires the components DList v1.33 and Reader v3.0 or later versions

Description

Component for construction of list of SQL queries, editable in the property
editor at design time, with possibility of insertion variables in query,
which can be replaced by any string value at run time.

Installation

Copy the following files in your SQLSet directory

1) SQLStReg.pas (from folder d3-5 or d6)
2) SQLStReg.dcr
3) SQLSEdit.pas
4) SQLSEdit.dfm
5) SQLSet.pas or SQLSet.dcu

This component requires installed components: Dinamic List v1.33 and
Text Reader v3.0 or later versions, but if You do not require this
components separately, You can only copy the following additional units
in your SQLSet directory:

1) DList.pas or DList.dcu;
2) Reader.pas or Reader.dcu.

Then install component SQLSet -
Component / Install Component / Browse / SQLStReg.pas / Ok / Compile.

Make sure that path of your SQLSet directory is indicated -
Tools / Environment Options / Library / Library path.