Einzelnen Beitrag anzeigen

Tommy1988
(Gast)

n/a Beiträge
 
#13

Re: "Now" in Datenbank speichern

  Alt 28. Sep 2007, 14:41
Darf ich mich blöd anstellen?

Delphi-Quellcode:
q_IP := 'INSERT INTO IP (ip, zeit) VALUES ('
+ QuotedStr(sEdit1.Text),
  QuotedStr(FormatDateTime('hh:mm:ss', now)) + ')';
Das funktioniert so leider nicht.
  Mit Zitat antworten Zitat