Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Communicate with access
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00972392
Message ID:
00972721
Vues:
20
Well, thanks to you I was able to find something that I did not know before:
This works for me:
sqlexec(gnConnHandle,"insert into table_name (flddate) values (" +;
	iif(isnull(date_value) or empty(date_value), ;
               "NULL", ;
               "'"+dtoc(date_value)+"'")+")" )
>so you are passing dates a character. hmmm.
>
>But it works! except for blank dates. THEN IT CHOCKES.
>How does access want blank dates?
>
>Thanks
>
>Peter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform