Erstmal herzlich Willkomen in der
DP
und nun zu deinem Problem, das ist ein ganz normales
SQL Prob. nehm besser Params
z.b.
Delphi-Quellcode:
Query1.SQL.Text := ('INSERT INTO setup(ImportVerz, LogVerz) VALUES (':dir1,:dir2') ');
Query1.ParamaByName('dir').Text:=quotedstr(Dir);
Query1.ParamaByName('dir').Text:=quotedstr(Dir2);
Query1.ExecSQL;
Label3.Caption := Query1.SQL.Text