Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro Substitution in SQL View
Message
From
25/11/1998 08:52:17
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00161302
Message ID:
00161309
Views:
19
>Is there a way, programmatically or from the desinger to use macro substitution in a view? I have an application that takes a user-defined filter and creates a fairly complex where clause. I create a tmp table and update the master from this. I'd rather use an updatable view.

'WHERE' clause should be created in this manner:
SELECT...;
WHERE table.field = ?varMyVariable...etc.
You can accomplish this in view designer, or write it directly.
Danijel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform