Zitat von
Tommy1988:
Delphi-Quellcode:
q_IP := '
INSERT INTO IP (ip, zeit) VALUES ('
+ QuotedStr(sEdit1.Text),
QuotedStr(FormatDateTime('
hh:mm:ss', now)) + '
)';
Das funktioniert so leider nicht.
Du hast schon eine Spalte
ip und eine Spalte zeit in deiner Tabelle
IP