AW: AW: [ASP] Newsletter Applikation

Ursina Huwiler activeserverpages@glengamoi.com
Mon, 6 Jun 2005 22:59:46 +0200


Hallo Markus

Das Feld heisst jetzt Group und das Datum ist wieder wie ursprünglich =
-
leider mit der gleichen Fehlermeldung.

Ursina

> -----Ursprüngliche Nachricht-----
> Von: activeserverpages-admin@glengamoi.com 
> [mailto:activeserverpages-admin@glengamoi.com] Im Auftrag von 
> Markus Oestreicher
> Gesendet: Montag, 6. Juni 2005 22:34
> An: activeserverpages@glengamoi.com
> Betreff: Re: AW: [ASP] Newsletter Applikation
> 
> 
> Ursina Huwiler schrieb:
> > Hab das Datum umgestellt. Das SQL String sieht jetzt so aus:
> > 
> > strSQL = "INSERT INTO Newsletter (EMail,Section,Created,CodeNo) "
> > strSQL = strSQL  & "VALUES ('" & EMail & "','" & Group & "', " &
> > FormatDateTime(Date, vbShortDate) & ", '" & UP & "')"
> 
> Jetzt seh ich's. Section ist ein reserviertes Wort in Access.
> 
> Du musst bei allen Vorkomnissen [Section] schreiben oder das 
> Feld nochmal umbenennen, wenn das nicht zu viel Arbeit ist.
> 
> > INSERT INTO Newsletter (EMail,Section,Created,CodeNo) VALUES 
> > ('testadresse@muster.ch','Neuigkeiten', 06.06.2005, '4c58KkWaAG')
> 
> Dieses Datumsformat ist jetzt falsch. Dein voriges hat gestimmt.
> 
> Gruß,
> Markus
> _______________________________________________
> ActiveServerPages Mailingliste, Postings senden an: 
> ActiveServerPages@glengamoi.com An-/Abmeldung und 
> Suchfunktion unter: 
> http://www.glengamoi.com/mailman/listinfo/activeserverpages
> 
>