Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL, Views, and Macro Substitution
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
SQL, Views, and Macro Substitution
Miscellaneous
Thread ID:
00921296
Message ID:
00921296
Views:
68
I am getting an error in the VFP 9.0 Beta when opening a View (at runtime) that is defined by SQL that includes macro substitution like the following:
select * FROM ji!job WHERE &vcWhere

It doesn't matter whether the variable "vcWhere" is defined or not, I still get a "Syntax Error". If I change the SQL to this:
select * FROM ji!job WHERE (vcWhere)

the Query Designer seems to handle this OK (providing the variable "vcWhere" is at least defined using the command window).

I'm wondering if anybody else has run into this and if there is another/better solution?

Thanks,
Paul James
Next
Reply
Map
View

Click here to load this message in the networking platform