Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Date to SQL DateTime
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01205160
Message ID:
01205210
Vues:
11
If you use SPT parameters, VFP will do conversion for you
ldDate = DATE()
lcSql = [INSERT INTO SqlTable VALUES (?ldDate)]
>I am converting a VFP table with date fields to a SQL server table with DateTime fields . (I am assumiong the DateTime field is the correct type of field ?)
>I am using the Insert SQLEXEC command... how do I convert the VFP date field to a SQL DateTime field ?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform