Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ms Access dataType DATETIME
Message
De
24/11/2001 13:33:03
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00585049
Message ID:
00585405
Vues:
28
The error happens when you try to put into Access empty DateTime fields.
I found out that the problem doesn't occurs if you convert the empty field into a null value.
REPLACE TField WITH IIF(EMPTY(TField),NULL,TField)
THEN:
=TABLEUPDATE()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform