----------------------------------------
SQLSet v1.02 for Delphi
Copyright 2000-2001 by George Barbakadze
All rights reserved

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

Compatible with Delphi3, Delphi4 and Delphi5
Requires the components DList v1.31 and Reader v2.02 or later versions

Description

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

In the last version some bugs are fixed.


Installation

Copy the following files in your SQLSet directory

1) SQLStReg.pas
2) SQLStReg.dcr
3) SQLSEdit.pas or SQLSEdit.dcu
3) SQLSet.pas or SQLSet.dcu

This component requires installed components: Dinamic List v1.31 and
Text Reader v2.02 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.