Würdest du einmal etwas Code spendieren?
Mir fehlt vor allem ein .Close
Delphi-Quellcode:
fuunc.ASQLite3Query1.Close;
fuunc.ASQLite3Query1.SQL.Clear;
fuunc.ASQLite3Query1.SQL.Add('INSERT INTO mails (absender, mail, datum) VALUES ('''+abs+''', '''+txt+''', '''+datum+''')');
fuunc.ASQLite3Query1.ExecSQL;
fuunc.ASQLite3Query1.Close;
Gruß
K-H