Hi !!

The Delphi TQBE component REVISED 3.0

NEW IN VERSION 3.0:
===================
1) Params in queries

   You can put text in the qbe statement and then replace it 
   within the code with the values you need.
   It works replacing the strings in the qbe, so you can replace
   everything you want. (Look at the demo).

2) AnswerType property (ttParadox, ttDbase, ttAscii)


WARNING !!!!
============
BE CAREFUL: TQBE replaces the answer table without CONFIRMATION !!!
(Just like Paradox).

This component derives from TDBDataSet and is much like TQuery except
the language used for Query is QBE (Query by example).
You can create the QBE queries from Paradox or DatabaseDesktop and then
load or paste the query string in the QBE property of TQBE.

Installation:

Start Delphi and choose [Options->Install components...]
Select [Add] and specify the UTQBE.DCU file.
Press [OK], this will rebuild the Delphi component library and place
the TQBE component in the [DataAccess] component's page.

Now you are ready to use it in your forms !!
Please see the demo\demoqbe.dpr project.
Don't forget to put a Database component.
The source file for TQBE is UTQBE.PAS.

Version 2.0 Mar-95 added :

It's possible to define an "ANSWER TABLE" for query results.
Other properties: BlankasZero, AuxTables, RequestLive.


Be seeing you !!!
David Berneda
MEFF
Compuserve: 100115,1155
