I want delete all the records in an Access table.
The code below does not work.
procedure TForm1.Emptytable2Click(Sender: TObject);
begin
AdoQuery1.SQL.Add('DELETE from dupmaster');
AdoQuery1.ExecSQL;
end;
If I use 'DELETE * from dupmaster
I still get the same error message which is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.