Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement
Message
From
24/11/2004 17:34:58
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964167
Message ID:
00964532
Views:
8
You are right! But why I am thinking I use it? I just checked & find out You are right (I am not so happy of that :o)))))


>Since this is an executable statement, not a value, you can't use EVALUATE() here. You must use a macro (&) for an executable statement.
>
>
>>Suhas As Matin said use &abc, Never use m. when You try to evaluate a macro, the macro stops to the first point in Your case You try to evaluate &m and that is because You get an error message. You can use EVALUATE(m.abc) instead.
>>
>>>hi all,
>>>
>>>this select exectues fine
>>>
>>>select dist f1 from foo where f2 > 10 into cursor testfoo
>>>
>>>but this fails
>>>
>>>m.abc = "select dist f1 from foo where f2 > 10 into cursor testfoo"
>>>&m.abc
>>>
>>>
>>>how to solve it ?
>>>
>>>
>>>TIA
>>>
>>>suhashegde
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform