ok, hat sich erledigt...ich hab die tabelle nochmal gelöscht und neu angelegt und jetzt gehts...
so, noch eine frage:
so kann ich in ein feld vom typ "Text" schreiben:
SQL.Add('INSERT INTO Tabelle (Textfeld1, Textfeld2) VALUE ('+QuotedStr(variable1)+', '+QuotedStr(variable2)+');
wie kann ich jetzt integer-variablen in ein feld vom typ "Zahl" (Long Integer) Schreiben?