Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Input Via .asp
Message
From
06/12/2000 21:41:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Date Input Via .asp
Miscellaneous
Thread ID:
00450206
Message ID:
00450206
Views:
79
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)
Next
Reply
Map
View

Click here to load this message in the networking platform