Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create INSERT with datetime type field?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to create INSERT with datetime type field?
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01042503
Message ID:
01042503
Vues:
103
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.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform