AdoQuery Delete
From: slamson (nospam_at_nospam.com)
Date: 02/20/04
- Next message: Kevin: "Decimal Poblem of TBCDField"
- Previous message: Del Murray: "Re: Slow performance TAdoTable.Post"
- Next in thread: Brian Bushay TeamB: "Re: AdoQuery Delete"
- Reply: Brian Bushay TeamB: "Re: AdoQuery Delete"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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,
- Next message: Kevin: "Decimal Poblem of TBCDField"
- Previous message: Del Murray: "Re: Slow performance TAdoTable.Post"
- Next in thread: Brian Bushay TeamB: "Re: AdoQuery Delete"
- Reply: Brian Bushay TeamB: "Re: AdoQuery Delete"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]