Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing comma
Message
 
À
08/10/2008 03:31:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01353560
Message ID:
01353567
Vues:
20
>thank yoy fro reply,
>Wrong syntax for BETWEEN, You nned to use a BETWEEN() function in IIF, not the SQL operator?? ihave no idea
>
>help again to fix it,
>
>thanks alot
>
Instead of:
... IIF(edate BETWEEN DATE() AND GOMONTH(DATE(),+1),1,0) 
use
... IIF(BETWEEN(edate, DATE(), GOMONTH(DATE(), 1),1,0) 
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform