Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Blackadder6

    Delphi ADO Access

    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...

Part and Inventory Search

Back
Top