DELPHI SQL INSERT INTO PROBLEM? (2011-04-19 15:45:14)The error you get was generated from Delphi. But the way you solved it appears that the error is from the database.
PLEASE HELP ME WITH THIS DELETE SQL STATEMENT?? (2011-05-02 12:46:03)Try:
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('DELETE FROM fight');
ADOQuery1.ExecSQL;
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('DELETE FROM...