Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp dates and asp
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Vfp dates and asp
Divers
Thread ID:
00241750
Message ID:
00241750
Vues:
51
I am trying to post a date from asp to a foxpro database. I keep getting an "Invalid Data Type" error. The field is formatted as a date field in foxpro. Can anyone help me to resolve this? Here is a sample of the asp code (very simplified):


today = now

Set Conn = Server.CreateObject("ADODB.Connection")
conn.open "DSN=test"
SQL="INSERT INTO foxtable(date) Values (" &_
"'" & today + "')"

Set RS = Conn.Execute(SQL)
set rs=nothing
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform