AdoQuery Delete

From: slamson (nospam_at_nospam.com)
Date: 02/20/04


Date: Fri, 20 Feb 2004 04:15:33 +0200

Hi, i'm using this code for to delete the records but it seems not working :

  with ADOQuery1 do
  begin
    SQL.Clear;
    SQL.Add('delete from flights where (FlightDate < 20/02/2004)');
    ExecSQL;
  end;

what can be the problem ?

Cheers,