Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INSERT DateTime
Message
 
 
À
30/04/2004 15:22:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00899909
Message ID:
00899913
Vues:
15
>Hi,
>
>I'm having trouble using an SQL INSERT statement to insert the time into a DATETIME field in a FoxPro table. ANy ideas of the syntax? Thanks!
>
Tim,

What seems to be a problem? Here're some examples.
INSERT INTO mytable (dtField) VALUES (DATETIME(2004,01,12,12,45,00))
INSERT INTO mytable (dtField) VALUES ({^2004/01/12 12:45:00})
INSERT INTO mytable (dtField) VALUES (ltDateTimeVar)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform