On Thu, 1 Feb 2001 09:57:48 +1000 Carl Reynolds wrote:
> Some choices are



Another idea is to adjust the WHERE clause in code and re-send the query.



For example, original SQL:



  SQL.Text := 'Select * from people ' +

      'where city = ''Auckland''';



Then later, add:



  Close;

  SQL.Add('and age > 40');

  SQL.Add('and sex = ''M''');

  Open;



Simplistic, but you see what I'm getting at.



Steve



---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to