Zitat von
DeddyH:
Stringlist.Add(Format('INSERT INTO tabelle1 (nutzername, rechnerip) VALUES (%s, %s)',[QuotedStr(name),QuotedStr(ip)]));
So besser? Wieso befüllst Du eigentlich eine Stringliste für die Statements, das hab ich bisher noch nicht ganz verstanden.
werd ich nachher ausprobieren.
Die stringliste hab ich verwendet, weil
ZQuery.sql:= 'blabla';
folgende fehlermeldung brachte:
Error: Incompatible type for arg no. 1: Got "Constant String", expected "TStrings"
hab ich da was übersehen ??