Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting date into sql or firebird;What is .t. value in
Message
De
07/10/2005 05:13:24
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
07/10/2005 04:17:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01050571
Message ID:
01057073
Vues:
13
Hi

'2005-01-01' should work

If not, can you post error message?
What type is reference?

You can also try with parameters and let VFP and ODBC do the cast
dDateIns = date()
?sqlexec(nHandle, "insert into table1 (reference, date) values;
  ('23422',?dDateIns)")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform