Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL using Eval
Message
 
To
06/11/2002 15:11:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00719528
Message ID:
00720014
Views:
10
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform