Scheinbar so nicht
Ich würde folgendes machen:
Delphi-Quellcode:
DS.SQL.Text := 'INSERT INTO <Table>(FeldListe] VALUES(:Param1, :Param2)';
DS.Prepare;
while ...
begin
DS.SQL.Parameters['Param1'].AsString := ...;
DS.Execute;
end;
Windows Vista - Eine neue Erfahrung in Fehlern.