Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Input Via .asp
Message
De
06/12/2000 21:41:17
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Date Input Via .asp
Divers
Thread ID:
00450206
Message ID:
00450206
Vues:
80
Hi, I am trying to insert a record to a foxpro freetable via web with .asp and all goes in except the date...I'm stumped..any ideas on what I am doing wrong??


Here is the string

Dim EntryDate
entryDate=Date
SQLstmt = "INSERT INTO RESULTS (Entrydate)
SQLstmt = SQLstmt & " VALUES ("
SQLstmt = SQLstmt &"'" &EntryDate &"'"
Set Rs = objConn.Execute(SQLstmt)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform