Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL using Eval
Message
 
À
06/11/2002 15:11:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00719528
Message ID:
00720014
Vues:
11
Try either:
1.
myfield = name of field to search
SELE * FROM mydbf WHERE &myfield >0
2.
myExp =' myfield>9999'
SELE * FROM mydbf WHERE EVAL(myExp)

There was an article in FP Advisor couple of months ago I think by Tamar that illustrates the diff. between macro substitution, using () and Eval. Check it out.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform