Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create INSERT with datetime type field?
Message
De
20/08/2005 15:47:49
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01042503
Message ID:
01042508
Vues:
32
>I am having a problem with something that I am sure should be simple. I am trying to create an INSERT command with a DateTime type field.
>
>Here is a simplied example:
>
>
>cInsertCommand = "insert into mytable (mydtfld) value (" + ;
>        ttoc(DateTime()) + ")"
>
>
>But when I run this command with
>
>&cInsertCommand.
>
>I get syntax error.
>
>What am I missing?
>
>Thank you in advance for any help.

Can you do this?
replace dtfield with 01/01/2000
* or
insert ... (01/01/2000)
then....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform